Uses of Class
org.extex.font.format.afm.AfmCharMetric

Packages that use AfmCharMetric
org.extex.font.format.afm This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. 
 

Uses of AfmCharMetric in org.extex.font.format.afm
 

Methods in org.extex.font.format.afm that return AfmCharMetric
 AfmCharMetric AfmParser.getAfmCharMetric(int c)
          Returns the char metric of a char.
 AfmCharMetric AfmParser.getAfmCharMetric(java.lang.String name)
          Returns the char metric of a char.
 

Methods in org.extex.font.format.afm that return types with arguments of type AfmCharMetric
 java.util.List<AfmCharMetric> AfmParser.getAfmCharMetrics()
          Returns the afmCharMetrics.