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 PDCIDSystemInfoPDCIDFont. 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 CIDFontMappingFontMapper. 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.
-