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. charMetrics
private java.util.Map<java.lang.String,CharMetric>
FontMetrics. charMetricsMap
Methods in org.apache.fontbox.afm that return CharMetric Modifier and Type Method Description private CharMetric
AFMParser. 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 void
FontMetrics. addCharMetric(CharMetric metric)
This will add another character metric.Method parameters in org.apache.fontbox.afm with type arguments of type CharMetric Modifier and Type Method Description void
FontMetrics. setCharMetrics(java.util.List<CharMetric> charMetricsValue)
Setter for property charMetrics.
-