C# Class OTFontFile.Table_CFF

Summary description for Table_CFF.
Inheritance: OTFontFile.OTTable
Afficher le fichier Open project: HinTak/Font-Validator Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetCache ( ) : DataCache
Résultat DataCache

GetDICT() public méthode

public GetDICT ( byte data ) : DICTData
data byte
Résultat DICTData

GetINDEX() public méthode

public GetINDEX ( int offset ) : INDEXData
offset int
Résultat INDEXData

GetPrivate() public méthode

public GetPrivate ( DICTData thisTopDICT ) : DICTData
thisTopDICT DICTData
Résultat DICTData

GetTopDICT() public méthode

public GetTopDICT ( uint i ) : DICTData
i uint
Résultat DICTData

Table_CFF() public méthode

public Table_CFF ( OTFontFile.OTTag tag, OTFontFile.MBOBuffer buf ) : System
tag OTFontFile.OTTag
buf OTFontFile.MBOBuffer
Résultat System