Uses of Class
org.apache.fontbox.cff.CFFCIDFont
-
Packages that use CFFCIDFont Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).org.apache.pdfbox.pdmodel.font 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 CFFCIDFont Modifier and Type Field Description protected CFFCIDFont
FDSelect. owner
Methods in org.apache.fontbox.cff with parameters of type CFFCIDFont Modifier and Type Method Description private 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 CFFCIDFont Constructor Description FDSelect(CFFCIDFont owner)
Constructor.Format0FDSelect(CFFCIDFont owner)
Format3FDSelect(CFFCIDFont owner)
-
Uses of CFFCIDFont in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as CFFCIDFont Modifier and Type Field Description private CFFCIDFont
PDCIDFontType0. cidFont
-