Uses of Class org.apache.fop.pdf.PDFArray

Uses in package org.apache.fop.pdf

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
PDFFontNonBase14.setWidthMetrics(int firstChar, int lastChar, PDFArray widths)
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.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.