Uses of Interface
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
Classes in org.apache.fontbox.cff that implement FDSelect Modifier and Type Class Description private static classCFFParser.Format0FDSelectFormat 0 FDSelect.private static classCFFParser.Format3FDSelectFormat 3 FDSelect data.Fields in org.apache.fontbox.cff declared as FDSelect Modifier and Type Field Description private FDSelectCFFCIDFont. fdSelectMethods in org.apache.fontbox.cff that return FDSelect Modifier and Type Method Description FDSelectCFFCIDFont. getFdSelect()Returns the fdSelect value.private static FDSelectCFFParser. readFDSelect(DataInput dataInput, int nGlyphs)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) voidCFFCIDFont. setFdSelect(FDSelect fdSelect)Sets the fdSelect value.
-