Package org.apache.fontbox.cff
Class FDSelect
- java.lang.Object
-
- org.apache.fontbox.cff.FDSelect
-
- Direct Known Subclasses:
CFFParser.Format0FDSelect
,CFFParser.Format3FDSelect
public abstract class FDSelect extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CFFCIDFont
owner
-
Constructor Summary
Constructors Constructor Description FDSelect(CFFCIDFont owner)
Constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
getFDIndex(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.
-
-