C# Class SCSharp.Fnt

Inheritance: MpqResource
Afficher le fichier Open project: kangaroo/scsharp Class Usage Examples

Méthodes publiques

Méthode Description
DumpGlyph ( int c ) : void
DumpGlyphs ( ) : void
Fnt ( ) : System
ReadFromStream ( Stream stream ) : void
this ( int index ) : Glyph

Private Methods

Méthode Description
GetGlyph ( int c ) : Glyph
ReadFontHeader ( ) : void
ReadGlyphOffsets ( ) : void

Method Details

DumpGlyph() public méthode

public DumpGlyph ( int c ) : void
c int
Résultat void

DumpGlyphs() public méthode

public DumpGlyphs ( ) : void
Résultat void

Fnt() public méthode

public Fnt ( ) : System
Résultat System

ReadFromStream() public méthode

public ReadFromStream ( Stream stream ) : void
stream Stream
Résultat void

this() public méthode

public this ( int index ) : Glyph
index int
Résultat Glyph