Uses of Class
org.apache.fontbox.cff.FDSelect
-
Packages that use FDSelect Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of FDSelect in org.apache.fontbox.cff
Subclasses of FDSelect in org.apache.fontbox.cff Modifier and Type Class Description private static class
CFFParser.Format0FDSelect
Format 0 FDSelect.private static class
CFFParser.Format3FDSelect
Format 3 FDSelect data.Fields in org.apache.fontbox.cff declared as FDSelect Modifier and Type Field Description private FDSelect
CFFCIDFont. fdSelect
Methods in org.apache.fontbox.cff that return FDSelect Modifier and Type Method Description FDSelect
CFFCIDFont. getFdSelect()
Returns the fdSelect value.private static FDSelect
CFFParser. readFDSelect(CFFDataInput dataInput, int nGlyphs, CFFCIDFont ros)
Read the FDSelect Data according to the format.Methods in org.apache.fontbox.cff with parameters of type FDSelect Modifier and Type Method Description (package private) void
CFFCIDFont. setFdSelect(FDSelect fdSelect)
Sets the fdSelect value.
-