Package org.apache.fontbox.cff
Class CFFParser.Format0FDSelect
java.lang.Object
org.apache.fontbox.cff.FDSelect
org.apache.fontbox.cff.CFFParser.Format0FDSelect
- Enclosing class:
- CFFParser
Format 0 FDSelect.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getFDIndex
(int gid) Returns the Font DICT index for the given GID.toString()
-
Field Details
-
format
private int format -
fds
private int[] fds
-
-
Constructor Details
-
Format0FDSelect
-
-
Method Details
-
getFDIndex
public int getFDIndex(int gid) Description copied from class:FDSelect
Returns the Font DICT index for the given GID.- Specified by:
getFDIndex
in classFDSelect
- Parameters:
gid
- GID
-
toString
-