org.apache.fontbox.cff
Class CIDKeyedFDSelect

java.lang.Object
  extended by org.apache.fontbox.cff.CIDKeyedFDSelect

public abstract class CIDKeyedFDSelect
extends Object


Field Summary
protected  CFFFontROS owner
           
 
Constructor Summary
CIDKeyedFDSelect(CFFFontROS _owner)
          Constructor.
 
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
 

Field Detail

owner

protected CFFFontROS owner
Constructor Detail

CIDKeyedFDSelect

public CIDKeyedFDSelect(CFFFontROS _owner)
Constructor.

Parameters:
_owner - the owner of the FDSelect data.
Method Detail

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.