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 private
Format0FDSelect(CFFCIDFont owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFDIndex(int gid)
Returns the Font DICT index for the given GID.java.lang.String
toString()
-
-
-
Constructor Detail
-
Format0FDSelect
private Format0FDSelect(CFFCIDFont owner)
-
-
Method Detail
-
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
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-