Uses of Class
org.apache.fontbox.cff.CFFParser.Format0FDSelect
-
Packages that use CFFParser.Format0FDSelect Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFParser.Format0FDSelect in org.apache.fontbox.cff
Methods in org.apache.fontbox.cff that return CFFParser.Format0FDSelect Modifier and Type Method Description private static CFFParser.Format0FDSelect
CFFParser. readFormat0FDSelect(CFFDataInput dataInput, int format, int nGlyphs, CFFCIDFont ros)
Read the Format 0 of the FDSelect data structure.
-