Uses of Class
org.apache.pdfbox.pdmodel.font.PDCIDFont
Packages that use PDCIDFont
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of PDCIDFont in org.apache.pdfbox.debugger.fontencodingpane
Methods in org.apache.pdfbox.debugger.fontencodingpane with parameters of type PDCIDFontModifier and TypeMethodDescriptionprivate Object[][]Type0Font.readCIDToGIDMap(PDCIDFont font, PDFont parentFont) private Object[][]Type0Font.readMap(PDCIDFont descendantFont, PDType0Font parentFont) Constructors in org.apache.pdfbox.debugger.fontencodingpane with parameters of type PDCIDFontModifierConstructorDescription(package private)Type0Font(PDCIDFont descendantFont, PDType0Font parentFont) Constructor. -
Uses of PDCIDFont in org.apache.pdfbox.pdmodel.font
Subclasses of PDCIDFont in org.apache.pdfbox.pdmodel.fontModifier and TypeClassDescriptionclassType 0 CIDFont (CFF).classType 2 CIDFont (TrueType).Fields in org.apache.pdfbox.pdmodel.font declared as PDCIDFontMethods in org.apache.pdfbox.pdmodel.font that return PDCIDFontModifier and TypeMethodDescription(package private) static PDCIDFontPDFontFactory.createDescendantFont(COSDictionary dictionary, PDType0Font parent) Creates a new PDCIDFont instance with the appropriate subclass.PDCIDFontType2Embedder.getCIDFont()Returns the descendant CIDFont.PDType0Font.getDescendantFont()Returns the descendant font. -
Uses of PDCIDFont in org.apache.pdfbox.preflight.font
Methods in org.apache.pdfbox.preflight.font that return types with arguments of type PDCIDFontModifier and TypeMethodDescriptionprotected FontValidator<? extends FontContainer<? extends PDCIDFont>>Type0FontValidator.createDescendantValidator(COSDictionary cidFont) Constructors in org.apache.pdfbox.preflight.font with parameters of type PDCIDFontModifierConstructorDescriptionDescendantFontValidator(PreflightContext context, PDCIDFont font, T fContainer)