Package org.apache.fontbox.cff
Class CFFParser.Format3FDSelect
java.lang.Object
org.apache.fontbox.cff.FDSelect
org.apache.fontbox.cff.CFFParser.Format3FDSelect
- Enclosing class:
- CFFParser
Format 3 FDSelect data.
-
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 -
nbRanges
private int nbRanges -
range3
-
sentinel
private int sentinel
-
-
Constructor Details
-
Format3FDSelect
-
-
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
-