Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and Description |
---|---|
PDFWArray |
PDFFactory.getSubsetWidths(CIDFont cidFont)
Creates and returns a width array with the widths of all the characters in the subset.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFCIDFont.setW(PDFWArray w)
Set the /W array
|
void |
PDFCIDFont.setW2(PDFWArray w2)
Set the /W2 array
|
Constructor and Description |
---|
PDFCIDFont(java.lang.String basefont,
CIDFontType cidtype,
int dw,
PDFWArray w,
PDFCIDSystemInfo systemInfo,
PDFCIDFontDescriptor descriptor)
Create the /Font object
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.