C# Class OTFontFile.Table_CFF

Summary description for Table_CFF.
Inheritance: OTFontFile.OTTable
Show file Open project: HinTak/Font-Validator Class Usage Examples

Public Methods

Method Description
GetCache ( ) : DataCache
GetDICT ( byte data ) : DICTData
GetINDEX ( int offset ) : INDEXData
GetPrivate ( DICTData thisTopDICT ) : DICTData
GetTopDICT ( uint i ) : DICTData
Table_CFF ( OTFontFile.OTTag tag, OTFontFile.MBOBuffer buf ) : System

Method Details

GetCache() public method

public GetCache ( ) : DataCache
return DataCache

GetDICT() public method

public GetDICT ( byte data ) : DICTData
data byte
return DICTData

GetINDEX() public method

public GetINDEX ( int offset ) : INDEXData
offset int
return INDEXData

GetPrivate() public method

public GetPrivate ( DICTData thisTopDICT ) : DICTData
thisTopDICT DICTData
return DICTData

GetTopDICT() public method

public GetTopDICT ( uint i ) : DICTData
i uint
return DICTData

Table_CFF() public method

public Table_CFF ( OTFontFile.OTTag tag, OTFontFile.MBOBuffer buf ) : System
tag OTFontFile.OTTag
buf OTFontFile.MBOBuffer
return System