| Package | Description | 
|---|---|
| org.apache.fontbox.afm | This package holds classes used to parse AFM(Adobe Font Metrics) files. | 
| org.apache.pdfbox.pdmodel.font | Classes to deal with font functionality in a PDF Document. | 
| org.apache.pdfbox.pdmodel.font.encoding | 
| Modifier and Type | Method and Description | 
|---|---|
| FontMetrics | AFMParser. parse()This will parse the AFM document. | 
| FontMetrics | AFMParser. parse(boolean reducedDataset)This will parse the AFM document. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected FontMetrics | PDFont. getStandard14AFM()Returns the AFM if this is a Standard 14 font. | 
| Constructor and Description | 
|---|
| Type1Encoding(FontMetrics fontMetrics)Creates an encoding from the given AFM font metrics. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.