public abstract class CIDKeyedFDSelect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected CFFFontROS |
owner |
Constructor and Description |
---|
CIDKeyedFDSelect(CFFFontROS _owner)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
getFd(int glyph)
Returns the Font DICT index for the given glyph identifier
|
protected CFFFontROS owner
public CIDKeyedFDSelect(CFFFontROS _owner)
_owner
- the owner of the FDSelect data.