Uses of Class
org.apache.fop.pdf.PDFFontNonBase14
-
Packages that use PDFFontNonBase14 Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFFontNonBase14 in org.apache.fop.pdf
Subclasses of PDFFontNonBase14 in org.apache.fop.pdf Modifier and Type Class Description class
PDFFontTrueType
Class representing a TrueType font.class
PDFFontType1
Class representing a Type1 or MMType1 font (not necessary for the base 14).class
PDFFontType3
Class representing a Type3 font.Methods in org.apache.fop.pdf that return types with arguments of type PDFFontNonBase14 Modifier and Type Method Description private java.util.List<PDFFontNonBase14>
PDFFactory. addAdditionalEncodings(FontMetrics metrics, FontDescriptor descriptor, java.lang.String fontname, java.lang.String basefont)
Methods in org.apache.fop.pdf with parameters of type PDFFontNonBase14 Modifier and Type Method Description private int
PDFFactory. setupFontMetrics(PDFFontNonBase14 font, PDFFontDescriptor pdfdesc, java.util.Iterator<java.lang.String> usedGlyphNames, int start, int count, FontMetrics metrics)
-