| Package | Description | 
|---|---|
| org.apache.pdfbox.pdmodel.font | Classes to deal with font functionality in a PDF Document. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CIDFontMappingA CIDFontMapping is a kind of FontMapping which allows for an additional TrueTypeFont substitute
 to be provided if a CID font is not available. | 
| Modifier and Type | Method and Description | 
|---|---|
| FontMapping<FontBoxFont> | FontMapper. getFontBoxFont(String baseFont,
              PDFontDescriptor fontDescriptor)Finds a font with the given PostScript name, or a suitable substitute, or null. | 
| FontMapping<TrueTypeFont> | FontMapper. getTrueTypeFont(String baseFont,
               PDFontDescriptor fontDescriptor)Finds a TrueType font with the given PostScript name, or a suitable substitute, or null. | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.