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 private
Format3FDSelect(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()
-
-
-
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: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
-
-