Package org.apache.fontbox.cff
Class CFFParser.Format3FDSelect
- java.lang.Object
-
- org.apache.fontbox.cff.FDSelect
-
- org.apache.fontbox.cff.CFFParser.Format3FDSelect
-
-
Constructor Summary
Constructors Modifier Constructor Description privateFormat3FDSelect(CFFCIDFont owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFDIndex(int gid)Returns the Font DICT index for the given GID.java.lang.StringtoString()
-
-
-
Field Detail
-
format
private int format
-
nbRanges
private int nbRanges
-
range3
private CFFParser.Range3[] range3
-
sentinel
private int sentinel
-
-
Constructor Detail
-
Format3FDSelect
private Format3FDSelect(CFFCIDFont owner)
-
-
Method Detail
-
getFDIndex
public int getFDIndex(int gid)
Description copied from class:FDSelectReturns the Font DICT index for the given GID.- Specified by:
getFDIndexin classFDSelect- Parameters:
gid- GID
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-