org.apache.fontbox.cff
Class CIDKeyedFDSelect
java.lang.Object
org.apache.fontbox.cff.CIDKeyedFDSelect
public abstract class CIDKeyedFDSelect
- extends Object
Method Summary |
abstract int |
getFd(int glyph)
Returns the Font DICT index for the given glyph identifier |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
owner
protected CFFFontROS owner
CIDKeyedFDSelect
public CIDKeyedFDSelect(CFFFontROS _owner)
- Constructor.
- Parameters:
_owner
- the owner of the FDSelect data.
getFd
public abstract int getFd(int glyph)
- Returns the Font DICT index for the given glyph identifier
- Parameters:
glyph
-
- Returns:
- -1 if the glyph isn't define, otherwise the FD index value
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.