Uses of Class
org.pdfbox.afmtypes.FontMetric

Packages that use FontMetric
org.pdfbox.afmparser This package holds classes used to parse AFM(Adobe Font Metrics) files.  
org.pdfbox.encoding This package contains the implementations for all of the encodings that are used in PDF documents. 
org.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. 
 

Uses of FontMetric in org.pdfbox.afmparser
 

Methods in org.pdfbox.afmparser that return FontMetric
 FontMetric AFMParser.getResult()
          This will get the result of the parsing.
 

Uses of FontMetric in org.pdfbox.encoding
 

Constructors in org.pdfbox.encoding with parameters of type FontMetric
AFMEncoding(FontMetric fontInfo)
          Constructor.
 

Uses of FontMetric in org.pdfbox.pdmodel.font
 

Methods in org.pdfbox.pdmodel.font that return FontMetric
protected  FontMetric PDFont.getAFM()
          This will get an AFM object if one exists.
 

Constructors in org.pdfbox.pdmodel.font with parameters of type FontMetric
PDFontDescriptorAFM(FontMetric afmFile)
          Constructor.