Package org.apache.fontbox.cff
Class CFFParser.Format0FDSelect
java.lang.Object
org.apache.fontbox.cff.CFFParser.Format0FDSelect
- All Implemented Interfaces:
FDSelect
- Enclosing class:
CFFParser
Format 0 FDSelect.
-
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
-
fds
private final int[] fds
-
-
Constructor Details
-
Format0FDSelect
private Format0FDSelect(int[] fds)
-
-
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
-