Uses of Class
org.apache.fontbox.afm.FontMetrics
-
Packages that use FontMetrics Package Description org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.font.encoding -
-
Uses of FontMetrics in org.apache.fontbox.afm
Methods in org.apache.fontbox.afm that return FontMetrics Modifier and Type Method Description FontMetrics
AFMParser. parse()
This will parse the AFM document.FontMetrics
AFMParser. parse(boolean reducedDataset)
This will parse the AFM document.private FontMetrics
AFMParser. parseFontMetric(boolean reducedDataset)
This will parse a font metrics item.Methods in org.apache.fontbox.afm with parameters of type FontMetrics Modifier and Type Method Description private void
AFMParser. parseKernData(FontMetrics fontMetrics)
This will parse the kern data. -
Uses of FontMetrics in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as FontMetrics Modifier and Type Field Description private FontMetrics
PDFont. afmStandard14
AFM for standard 14 fontsFields in org.apache.pdfbox.pdmodel.font with type parameters of type FontMetrics Modifier and Type Field Description private static java.util.Map<java.lang.String,FontMetrics>
Standard14Fonts. FONTS
Contains the font metrics for the base fonts.Methods in org.apache.pdfbox.pdmodel.font that return FontMetrics Modifier and Type Method Description static FontMetrics
Standard14Fonts. getAFM(java.lang.String fontName)
Returns the metrics for font specified by fontName.protected FontMetrics
PDFont. getStandard14AFM()
Returns the AFM if this is a Standard 14 font.Methods in org.apache.pdfbox.pdmodel.font with parameters of type FontMetrics Modifier and Type Method Description (package private) static PDFontDescriptor
PDType1FontEmbedder. buildFontDescriptor(FontMetrics metrics)
Returns a PDFontDescriptor for the given AFM. -
Uses of FontMetrics in org.apache.pdfbox.pdmodel.font.encoding
Constructors in org.apache.pdfbox.pdmodel.font.encoding with parameters of type FontMetrics Constructor Description Type1Encoding(FontMetrics fontMetrics)
Creates an encoding from the given AFM font metrics.
-