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 void
CFFParser.parseCIDFontDicts
(CFFDataInput input, CFFParser.DictData topDict, CFFCIDFont font, int nrOfcharStrings) Parse dictionaries specific to a CIDFont.private static FDSelect
CFFParser.readFDSelect
(CFFDataInput dataInput, int nGlyphs, CFFCIDFont ros) Read the FDSelect Data according to the format.private static CFFParser.Format0FDSelect
CFFParser.readFormat0FDSelect
(CFFDataInput dataInput, int format, int nGlyphs, CFFCIDFont ros) Read the Format 0 of the FDSelect data structure.private static CFFParser.Format3FDSelect
CFFParser.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.private
Format0FDSelect
(CFFCIDFont owner) private
Format3FDSelect
(CFFCIDFont owner) -
Uses of CFFCIDFont in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as CFFCIDFont