Uses of Class
org.apache.pdfbox.pdmodel.font.PDCIDSystemInfo
Packages that use PDCIDSystemInfo
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of PDCIDSystemInfo in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return PDCIDSystemInfoModifier and TypeMethodDescriptionPDCIDFont.getCIDSystemInfo()
Returns the CIDSystemInfo, or null if it is missing (which isn't allowed but could happen).Methods in org.apache.pdfbox.pdmodel.font with parameters of type PDCIDSystemInfoModifier and TypeMethodDescriptionFontMapper.getCIDFont
(String baseFont, PDFontDescriptor fontDescriptor, PDCIDSystemInfo cidSystemInfo) Finds a CFF CID-Keyed font with the given PostScript name, or a suitable substitute, or null.FontMapperImpl.getCIDFont
(String baseFont, PDFontDescriptor fontDescriptor, PDCIDSystemInfo cidSystemInfo) Finds a CFF CID-Keyed font with the given PostScript name, or a suitable substitute, or null.private 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.