fop 0.94 | |
Frames | No Frames |
Constructors with parameter type org.apache.fop.pdf.PDFArray | |
PDFFontType3.PDFFontType3(String fontname, String basefont, Object encoding, PDFRectangle fontBBox, PDFArray fontMatrix, PDFCharProcs charProcs) Create the /Font object
|
Fields of type org.apache.fop.pdf.PDFArray | |
PDFArray | font's required /FontMatrix array
|
PDFArray | widths of characters from firstChar to lastChar
|
Methods with parameter type org.apache.fop.pdf.PDFArray | |
PDFFont | PDFFont.createFont(String fontname, FontType subtype, String basefont, Object encoding, int firstChar, int lastChar, PDFArray widths, PDFFontDescriptor descriptor) factory method with the extended parameters
for Type1, MMType1 and TrueType
|
void | Set the font's transformation matrix
|
void | Sets the Kids array. |
void | Sets the Names array. |
void | Set the width metrics for the font
|
Methods with return type org.apache.fop.pdf.PDFArray | |
PDFArray | Returns the Kids array. |
PDFArray | Returns the Names array. |
PDFArray | PDFFactory.makeArray(int[] values) make an Array object (ex. |
fop 0.94 |