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
Methods in org.apache.fontbox.afm that return types with arguments of type CharMetric Modifier and Type Method Description java.util.List<CharMetric>
FontMetric. getCharMetrics()
Getter for property charMetrics.Methods in org.apache.fontbox.afm with parameters of type CharMetric Modifier and Type Method Description void
FontMetric. 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
FontMetric. setCharMetrics(java.util.List<CharMetric> charMetricsValue)
Setter for property charMetrics.
-