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.