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

Packages that use PDFFontDescriptor
org.apache.fop.pdf   
 

Uses of PDFFontDescriptor in org.apache.fop.pdf
 

Subclasses of PDFFontDescriptor in org.apache.fop.pdf
 class PDFCIDFontDescriptor
          class representing a font descriptor for CID fonts.
 

Fields in org.apache.fop.pdf declared as PDFFontDescriptor
protected  PDFFontDescriptor PDFFontNonBase14.descriptor
          descriptor of font metrics
 

Methods in org.apache.fop.pdf that return PDFFontDescriptor
 PDFFontDescriptor PDFDocument.makeFontDescriptor(FontDescriptor desc, byte subtype)
          make a /FontDescriptor object
 

Methods in org.apache.fop.pdf with parameters of type PDFFontDescriptor
static PDFFont PDFFont.createFont(int number, String fontname, byte 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 PDFFontNonBase14.setDescriptor(PDFFontDescriptor descriptor)
          set the font descriptor (unused for the Type3 fonts)
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.