Package org.apache.fontbox.cff
Class CFFParser.Format3FDSelect
java.lang.Object
org.apache.fontbox.cff.CFFParser.Format3FDSelect
- All Implemented Interfaces:
FDSelect
- Enclosing class:
CFFParser
Format 3 FDSelect data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetFDIndex(int gid) Returns the Font DICT index for the given GID.toString()
-
Field Details
-
range3
-
sentinel
private final int sentinel
-
-
Constructor Details
-
Format3FDSelect
-
-
Method Details
-
getFDIndex
public int getFDIndex(int gid) Description copied from interface:FDSelectReturns the Font DICT index for the given GID.- Specified by:
getFDIndexin interfaceFDSelect- Parameters:
gid- GID- Returns:
- the font dictionary index of the given GID
-
toString
-