Uses of Class
org.extex.font.format.xtf.tables.cff.CffFont

Packages that use CffFont
org.extex.font.format.xtf.tables   
org.extex.font.format.xtf.tables.cff This package contains the definitions and implementations for the TTF/OTF font CFF. 
 

Uses of CffFont in org.extex.font.format.xtf.tables
 

Methods in org.extex.font.format.xtf.tables that return CffFont
 CffFont OtfTableCFF.getFont(int number)
          Returns the font.
 

Uses of CffFont in org.extex.font.format.xtf.tables.cff
 

Methods in org.extex.font.format.xtf.tables.cff that return CffFont
 CffFont CharString.getCffFont()
          Getter for cffFont.
 

Methods in org.extex.font.format.xtf.tables.cff with parameters of type CffFont
 void T2TDOSID.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
 void T1DictKey.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
abstract  void T2CharString.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
 void T2Escape.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
 void T2TDOPrivate.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
 void T2TDOCharset.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
 void T2TDOCharStrings.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
 void T2TDOEncoding.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
 void T2Operator.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
 void T2Number.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset, CffFont cffFont)
          Initialize.
 void T1Subrs.readSubrs(RandomAccessR rar, OtfTableCFF cff, int privateDictOffset, CffFont cffFont)
          Read the subrs.
 

Constructors in org.extex.font.format.xtf.tables.cff with parameters of type CffFont
CharString(CffFont cffFont, int idx)
          Creates a new object.
CharString(CffFont cffFont, int idx, boolean noname)
          Creates a new object.