Uses of Class
org.apache.fontbox.afm.CharMetric
Packages that use CharMetric
Package
Description
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 CharMetricMethods in org.apache.fontbox.afm with parameters of type CharMetricModifier and TypeMethodDescriptionvoid
FontMetrics.addCharMetric
(CharMetric metric) This will add another character metric.Method parameters in org.apache.fontbox.afm with type arguments of type CharMetricModifier and TypeMethodDescriptionvoid
FontMetrics.setCharMetrics
(List<CharMetric> charMetricsValue) Setter for property charMetrics.