Package com.tom_roush.fontbox.cff
Class FDSelect
- java.lang.Object
-
- com.tom_roush.fontbox.cff.FDSelect
-
public abstract class FDSelect extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CFFCIDFontowner
-
Constructor Summary
Constructors Constructor Description FDSelect(CFFCIDFont owner)Constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intgetFDIndex(int gid)Returns the Font DICT index for the given GID.
-
-
-
Field Detail
-
owner
protected final CFFCIDFont owner
-
-
Constructor Detail
-
FDSelect
public FDSelect(CFFCIDFont owner)
Constructor.- Parameters:
owner- the owner of the FDSelect data.
-
-