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 FontMetricsAFMParser. parse()This will parse the AFM document.FontMetricsAFMParser. parse(boolean reducedDataset)This will parse the AFM document.private FontMetricsAFMParser. 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 booleanAFMParser. parseCharMetrics(FontMetrics fontMetrics)private voidAFMParser. parseComposites(FontMetrics fontMetrics)private voidAFMParser. parseKernData(FontMetrics fontMetrics)This will parse the kern data.private voidAFMParser. parseKernPairs(FontMetrics fontMetrics)private voidAFMParser. parseKernPairs0(FontMetrics fontMetrics)private voidAFMParser. parseKernPairs1(FontMetrics fontMetrics) -
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 FontMetricsPDFont. afmStandard14AFM 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<Standard14Fonts.FontName,FontMetrics>Standard14Fonts. FONTSContains the font metrics for the standard 14 fonts.Methods in org.apache.pdfbox.pdmodel.font that return FontMetrics Modifier and Type Method Description static FontMetricsStandard14Fonts. getAFM(java.lang.String fontName)Returns the metrics for font specified by fontName.protected FontMetricsPDFont. 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 PDFontDescriptorPDType1FontEmbedder. 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.
-