Package org.apache.fontbox.cff
Class CFFParser.Format0FDSelect
- java.lang.Object
-
- org.apache.fontbox.cff.FDSelect
-
- org.apache.fontbox.cff.CFFParser.Format0FDSelect
-
-
Constructor Summary
Constructors Modifier Constructor Description privateFormat0FDSelect(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()
-
-
-
Constructor Detail
-
Format0FDSelect
private Format0FDSelect(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
-
-