Uses of Class
org.apache.fontbox.cff.FDSelect
Packages that use FDSelect
Package
Description
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.cffModifier and TypeClassDescriptionprivate static class
Format 0 FDSelect.private static final class
Format 3 FDSelect data.Fields in org.apache.fontbox.cff declared as FDSelectMethods in org.apache.fontbox.cff that return FDSelectModifier and TypeMethodDescriptionCFFCIDFont.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 FDSelectModifier and TypeMethodDescription(package private) void
CFFCIDFont.setFdSelect
(FDSelect fdSelect) Sets the fdSelect value.