Uses of Class
org.apache.pdfbox.pdmodel.font.PDCIDFont
-
Packages that use PDCIDFont Package Description org.apache.pdfbox.debugger.fontencodingpane org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.preflight.font -
-
Uses of PDCIDFont in org.apache.pdfbox.debugger.fontencodingpane
Methods in org.apache.pdfbox.debugger.fontencodingpane with parameters of type PDCIDFont Modifier and Type Method Description private java.lang.Object[][]
Type0Font. readCIDToGIDMap(PDCIDFont font, PDFont parentFont)
private java.lang.Object[][]
Type0Font. readMap(PDCIDFont descendantFont, PDType0Font parentFont)
Constructors in org.apache.pdfbox.debugger.fontencodingpane with parameters of type PDCIDFont Constructor Description Type0Font(PDCIDFont descendantFont, PDType0Font parentFont)
Constructor. -
Uses of PDCIDFont in org.apache.pdfbox.pdmodel.font
Subclasses of PDCIDFont in org.apache.pdfbox.pdmodel.font Modifier and Type Class Description class
PDCIDFontType0
Type 0 CIDFont (CFF).class
PDCIDFontType2
Type 2 CIDFont (TrueType).Fields in org.apache.pdfbox.pdmodel.font declared as PDCIDFont Modifier and Type Field Description private PDCIDFont
PDType0Font. descendantFont
Methods in org.apache.pdfbox.pdmodel.font that return PDCIDFont Modifier and Type Method Description (package private) static PDCIDFont
PDFontFactory. createDescendantFont(COSDictionary dictionary, PDType0Font parent)
Creates a new PDCIDFont instance with the appropriate subclass.PDCIDFont
PDCIDFontType2Embedder. getCIDFont()
Returns the descendant CIDFont.PDCIDFont
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 PDCIDFont Modifier and Type Method Description protected FontValidator<? extends FontContainer<? extends PDCIDFont>>
Type0FontValidator. createDescendantValidator(COSDictionary cidFont)
Constructors in org.apache.pdfbox.preflight.font with parameters of type PDCIDFont Constructor Description DescendantFontValidator(PreflightContext context, PDCIDFont font, T fContainer)
-