Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Method and Description |
---|---|
PDCIDSystemInfo |
PDCIDFont.getCIDSystemInfo()
Returns the CIDSystemInfo, or null if it is missing (which isn't allowed but could happen).
|
Modifier and Type | Method and Description |
---|---|
CIDFontMapping |
FontMapperImpl.getCIDFont(java.lang.String baseFont,
PDFontDescriptor fontDescriptor,
PDCIDSystemInfo cidSystemInfo)
Finds a CFF CID-Keyed font with the given PostScript name, or a suitable substitute, or null.
|
CIDFontMapping |
FontMapper.getCIDFont(java.lang.String baseFont,
PDFontDescriptor fontDescriptor,
PDCIDSystemInfo cidSystemInfo)
Finds a CFF CID-Keyed font with the given PostScript name, or a suitable substitute, or null.
|
private java.util.PriorityQueue<FontMapperImpl.FontMatch> |
FontMapperImpl.getFontMatches(PDFontDescriptor fontDescriptor,
PDCIDSystemInfo cidSystemInfo)
Returns a list of matching fonts, scored by suitability.
|
private boolean |
FontMapperImpl.isCharSetMatch(PDCIDSystemInfo cidSystemInfo,
FontInfo info)
Returns true if the character set described by CIDSystemInfo is present in the given font.
|