Uses of Class
org.apache.fontbox.cff.CFFCIDFont
Packages that use CFFCIDFont
Package
Description
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
Classes to deal with font functionality in a PDF Document.
-
Uses of CFFCIDFont in org.apache.fontbox.cff
Fields in org.apache.fontbox.cff declared as CFFCIDFontMethods in org.apache.fontbox.cff with parameters of type CFFCIDFontModifier and TypeMethodDescriptionprivate voidCFFParser.parseCIDFontDicts(CFFDataInput input, CFFParser.DictData topDict, CFFCIDFont font, int nrOfcharStrings) Parse dictionaries specific to a CIDFont.private static FDSelectCFFParser.readFDSelect(CFFDataInput dataInput, int nGlyphs, CFFCIDFont ros) Read the FDSelect Data according to the format.private static CFFParser.Format0FDSelectCFFParser.readFormat0FDSelect(CFFDataInput dataInput, int format, int nGlyphs, CFFCIDFont ros) Read the Format 0 of the FDSelect data structure.private static CFFParser.Format3FDSelectCFFParser.readFormat3FDSelect(CFFDataInput dataInput, int format, int nGlyphs, CFFCIDFont ros) Read the Format 3 of the FDSelect data structure.Constructors in org.apache.fontbox.cff with parameters of type CFFCIDFontModifierConstructorDescriptionFDSelect(CFFCIDFont owner) Constructor.privateFormat0FDSelect(CFFCIDFont owner) privateFormat3FDSelect(CFFCIDFont owner) -
Uses of CFFCIDFont in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as CFFCIDFont