C# 클래스 PsmFramework.Engines.DrawEngine2d.Support.DebugFont

상속: IDisposablePlus
파일 보기 프로젝트 열기: artwallace/PsmFramework 1 사용 예제들

공개 메소드들

메소드 설명
ContainsCharacterGlyph ( Char c ) : System.Boolean
Dispose ( ) : void
GetCharTextureCoordinates ( Char c ) : Single[]

비공개 메소드들

메소드 설명
AddCharacterData ( Char c, UInt32 upperData, UInt32 lowerData ) : void
BuildTexture ( ) : void
Cleanup ( ) : void
CleanupCharacterData ( ) : void
CleanupDrawEngine2d ( ) : void
CleanupHardcodedFontInfo ( ) : void
CleanupTexture ( ) : void
DebugFont ( DrawEngine2d drawEngine2d ) : System
DecodePixelData ( Char c ) : void
GetGlyphIndex ( Char c ) : Int32
Initialize ( DrawEngine2d drawEngine2d ) : void
InitializeCharacterData ( ) : void
InitializeDrawEngine2d ( DrawEngine2d drawEngine2d ) : void
InitializeHardcodedFontInfo ( ) : void
InitializeTexture ( ) : void
PopulateCharacterData ( ) : void
PopulatePixelData ( ) : void

메소드 상세

ContainsCharacterGlyph() 공개 메소드

public ContainsCharacterGlyph ( Char c ) : System.Boolean
c Char
리턴 System.Boolean

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCharTextureCoordinates() 공개 메소드

public GetCharTextureCoordinates ( Char c ) : Single[]
c Char
리턴 Single[]