C# 클래스 SCSharp.Fnt

상속: MpqResource
파일 보기 프로젝트 열기: kangaroo/scsharp 1 사용 예제들

공개 메소드들

메소드 설명
DumpGlyph ( int c ) : void
DumpGlyphs ( ) : void
Fnt ( ) : System
ReadFromStream ( Stream stream ) : void
this ( int index ) : Glyph

비공개 메소드들

메소드 설명
GetGlyph ( int c ) : Glyph
ReadFontHeader ( ) : void
ReadGlyphOffsets ( ) : void

메소드 상세

DumpGlyph() 공개 메소드

public DumpGlyph ( int c ) : void
c int
리턴 void

DumpGlyphs() 공개 메소드

public DumpGlyphs ( ) : void
리턴 void

Fnt() 공개 메소드

public Fnt ( ) : System
리턴 System

ReadFromStream() 공개 메소드

public ReadFromStream ( Stream stream ) : void
stream Stream
리턴 void

this() 공개 메소드

public this ( int index ) : Glyph
index int
리턴 Glyph