Uses of Class
org.extex.font.format.xtf.tables.OtfTableCFF

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

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

Methods in org.extex.font.format.xtf.tables.cff that return OtfTableCFF
 OtfTableCFF CffFont.getCff()
          Getter for cff.
 

Methods in org.extex.font.format.xtf.tables.cff with parameters of type OtfTableCFF
 void CffFont.init(RandomAccessR rar, OtfTableCFF cff, int baseoffset)
          Initialize the font.
 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 OtfTableCFF
T2TDOEncoding(OtfTableCFF cff, int numberOfGlyphs, T2TDOCharset charset)
          Creates a new object.