Uses of Class
org.apache.fop.pdf.PDFFont
Packages that use PDFFont
Package
Description
Classes for handling the low-level creation of PDF documents.
-
Uses of PDFFont in org.apache.fop.pdf
Subclasses of PDFFont in org.apache.fop.pdfModifier and TypeClassDescriptionclass
A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).class
Class representing a TrueType font.class
Class representing a Type0 font.class
Class representing a Type1 or MMType1 font (not necessary for the base 14).class
Class representing a Type3 font.Fields in org.apache.fop.pdf with type parameters of type PDFFontMethods in org.apache.fop.pdf that return PDFFontModifier and TypeMethodDescriptionstatic PDFFont
PDFFont.createFont
(String fontname, FontType subtype, String basefont, Object encoding) factory method with the basic parametersprotected PDFFont
Finds a font.PDFFactory.makeFont
(String fontname, String basefont, String encoding, FontMetrics metrics, FontDescriptor descriptor) Make a Type1 /Font object.Methods in org.apache.fop.pdf that return types with arguments of type PDFFontModifier and TypeMethodDescriptionPDFDocument.getFontMap()
Returns the font map for this document.Methods in org.apache.fop.pdf with parameters of type PDFFontModifier and TypeMethodDescriptionvoid
add font object to resources list.private void
PDFFactory.generateToUnicodeCmap
(PDFFont font, SingleByteEncoding encoding) private void
PDFFactory.handleType1CFont
(PDFFontDescriptor pdfdesc, PDFFont font, FontMetrics metrics, String fontname, String basefont, FontDescriptor descriptor)