Package org.apache.fontbox.cff
Class CFFParser.Format0FDSelect
- java.lang.Object
-
- org.apache.fontbox.cff.CFFParser.Format0FDSelect
-
-
Field Summary
Fields Modifier and Type Field Description private int[]fds
-
Constructor Summary
Constructors Modifier Constructor Description privateFormat0FDSelect(int[] fds)
-
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()
-
-
-
Method Detail
-
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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-