Uses of Class
org.apache.fontbox.afm.CharMetric

Packages that use CharMetric
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
 java.util.List<CharMetric> FontMetric.getCharMetrics()
          Getter for property charMetrics.
 

Methods in org.apache.fontbox.afm with parameters of type CharMetric
 void FontMetric.addCharMetric(CharMetric metric)
          This will add another character metric.
 

Method parameters in org.apache.fontbox.afm with type arguments of type CharMetric
 void FontMetric.setCharMetrics(java.util.List<CharMetric> charMetricsValue)
          Setter for property charMetrics.