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