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

Packages that use PDFFontDescriptor
org.apache.fop.pdf 

Uses of PDFFontDescriptor in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFFontDescriptor
PDFFontDescriptorPDFDocument.makeFontDescriptor(FontDescriptor desc)
          make a /FontDescriptor object for a CID font
 

Methods in org.apache.fop.pdf with parameters of type PDFFontDescriptor
static PDFFontPDFFont.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
voidPDFFontNonBase14.setDescriptor(PDFFontDescriptor descriptor)
          set the font descriptor (unused for the Type3 fonts)