Uses of Class
org.apache.pdfbox.pdmodel.font.CIDSystemInfo
Packages that use CIDSystemInfo
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of CIDSystemInfo in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as CIDSystemInfoModifier and TypeFieldDescriptionprivate final CIDSystemInfo
FileSystemFontProvider.FSFontInfo.cidSystemInfo
Methods in org.apache.pdfbox.pdmodel.font that return CIDSystemInfoModifier and TypeMethodDescriptionFileSystemFontProvider.FSFontInfo.getCIDSystemInfo()
abstract CIDSystemInfo
FontInfo.getCIDSystemInfo()
Returns the CIDSystemInfo associated with the font, if any.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type CIDSystemInfoModifierConstructorDescriptionprivate
FSFontInfo
(File file, FontFormat format, String postScriptName, CIDSystemInfo cidSystemInfo, int usWeightClass, int sFamilyClass, int ulCodePageRange1, int ulCodePageRange2, int macStyle, byte[] panose, FileSystemFontProvider parent)