Uses of Class
org.apache.fontbox.afm.CharMetric
-
Packages that use CharMetric Package Description org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files. -
-
Uses of CharMetric in org.apache.fontbox.afm
Fields in org.apache.fontbox.afm with type parameters of type CharMetric Modifier and Type Field Description private java.util.List<CharMetric>FontMetrics. charMetricsprivate java.util.Map<java.lang.String,CharMetric>FontMetrics. charMetricsMapMethods in org.apache.fontbox.afm that return CharMetric Modifier and Type Method Description private CharMetricAFMParser. parseCharMetric()This will parse a single CharMetric object from the stream.Methods in org.apache.fontbox.afm that return types with arguments of type CharMetric Modifier and Type Method Description java.util.List<CharMetric>FontMetrics. getCharMetrics()Getter for property charMetrics.Methods in org.apache.fontbox.afm with parameters of type CharMetric Modifier and Type Method Description voidFontMetrics. addCharMetric(CharMetric metric)This will add another character metric.
-