Package org.apache.fontbox.cff
Class CIDKeyedFDSelect
- java.lang.Object
 - 
- org.apache.fontbox.cff.CIDKeyedFDSelect
 
 
- 
public abstract class CIDKeyedFDSelect extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected CFFFontROSowner 
- 
Constructor Summary
Constructors Constructor Description CIDKeyedFDSelect(CFFFontROS _owner)Constructor. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intgetFd(int glyph)Returns the Font DICT index for the given glyph identifier 
 - 
 
- 
- 
Field Detail
- 
owner
protected CFFFontROS owner
 
 - 
 
- 
Constructor Detail
- 
CIDKeyedFDSelect
public CIDKeyedFDSelect(CFFFontROS _owner)
Constructor.- Parameters:
 _owner- the owner of the FDSelect data.
 
 - 
 
 -