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

Packages that use PDFFont
org.apache.fop.pdf 

Uses of PDFFont in org.apache.fop.pdf
 

Subclasses of PDFFont in org.apache.fop.pdf
class PDFFontNonBase14
          A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).
 

Methods in org.apache.fop.pdf that return PDFFont
PDFFontPDFDocument.makeFont(String fontname, String basefont, String encoding, FontMetric metrics, FontDescriptor descriptor)
          make a Type1 /Font object
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
static PDFFontPDFFont.createFont(int number, String fontname, byte subtype, String basefont, Object encoding)
          factory method with the basic parameters
 

Methods in org.apache.fop.pdf with parameters of type PDFFont
voidPDFResources.addFont(PDFFont font)
          add font object to resources list.