Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CIDFontMapping |
A 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 | Description |
---|---|---|
FontMapping<FontBoxFont> |
FontMapper.getFontBoxFont(java.lang.String baseFont,
PDFontDescriptor fontDescriptor) |
Finds a font with the given PostScript name, or a suitable substitute, or null.
|
FontMapping<TrueTypeFont> |
FontMapper.getTrueTypeFont(java.lang.String baseFont,
PDFontDescriptor fontDescriptor) |
Finds a TrueType font with the given PostScript name, or a suitable substitute, or null.
|
Copyright © 2002–2018. All rights reserved.