|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFArray | |
---|---|
org.apache.fop.pdf |
Uses of PDFArray in org.apache.fop.pdf |
---|
Fields in org.apache.fop.pdf declared as PDFArray | |
protected PDFArray |
PDFFontType3.fontMatrix
font's required /FontMatrix array |
protected PDFArray |
PDFFontNonBase14.widths
widths of characters from firstChar to lastChar |
Methods in org.apache.fop.pdf that return PDFArray | |
PDFArray |
PDFDocument.makeArray(int[] values)
make an Array object (ex. |
Methods in org.apache.fop.pdf with parameters of type PDFArray | |
void |
PDFFontType3.setFontMatrix(PDFArray matrix)
set the font's transformation matrix |
static PDFFont |
PDFFont.createFont(int number,
java.lang.String fontname,
byte subtype,
java.lang.String basefont,
java.lang.Object encoding,
int firstChar,
int lastChar,
PDFArray widths,
PDFFontDescriptor descriptor)
factory method with the extended parameters for Type1, MMType1 and TrueType |
void |
PDFFontNonBase14.setWidthMetrics(int firstChar,
int lastChar,
PDFArray widths)
set the width metrics for the font |
Constructors in org.apache.fop.pdf with parameters of type PDFArray | |
PDFFontType3(int number,
java.lang.String fontname,
byte subtype,
java.lang.String basefont,
java.lang.Object encoding,
PDFRectangle fontBBox,
PDFArray fontMatrix,
PDFCharProcs charProcs)
create the /Font object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |