Uses of Class
org.apache.pdfbox.pdmodel.font.PDCIDSystemInfo
-
Packages that use PDCIDSystemInfo Package Description org.apache.pdfbox.pdmodel.font 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 PDCIDSystemInfo Modifier and Type Method Description PDCIDSystemInfo
PDCIDFont. 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 PDCIDSystemInfo Modifier and Type Method Description 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.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.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.
-