Uses of Class
org.apache.fop.pdf.PDFFont
-
Packages that use PDFFont Package Description org.apache.fop.pdf 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.pdf Modifier and Type Class Description classPDFFontNonBase14A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).classPDFFontTrueTypeClass representing a TrueType font.classPDFFontType0Class representing a Type0 font.classPDFFontType1Class representing a Type1 or MMType1 font (not necessary for the base 14).classPDFFontType3Class representing a Type3 font.Methods in org.apache.fop.pdf that return PDFFont Modifier and Type Method Description static PDFFontPDFFont. createFont(java.lang.String fontname, FontType subtype, java.lang.String basefont, java.lang.Object encoding)factory method with the basic parametersprotected PDFFontPDFDocument. findFont(java.lang.String fontname)Finds a font.PDFFontPDFFactory. makeFont(java.lang.String fontname, java.lang.String basefont, java.lang.String encoding, FontMetrics metrics, FontDescriptor descriptor)Make a Type1 /Font object.Methods in org.apache.fop.pdf that return types with arguments of type PDFFont Modifier and Type Method Description java.util.Map<java.lang.String,PDFFont>PDFDocument. getFontMap()Returns the font map for this document.Methods in org.apache.fop.pdf with parameters of type PDFFont Modifier and Type Method Description voidPDFResources. addFont(PDFFont font)add font object to resources list.
-