| Package | Description |
|---|---|
| org.apache.fontbox.afm |
This package holds classes used to parse AFM(Adobe Font Metrics) files.
|
| org.apache.pdfbox.encoding |
This package contains the implementations for all of the encodings that are used in PDF documents.
|
| org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| Modifier and Type | Method and Description |
|---|---|
FontMetric |
AFMParser.getResult()
This will get the result of the parsing.
|
| Constructor and Description |
|---|
AFMEncoding(FontMetric fontInfo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected FontMetric |
PDFont.getAFM()
This will get an AFM object if one exists.
|
| Constructor and Description |
|---|
PDFontDescriptorAFM(FontMetric afmFile)
Constructor.
|
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.