C# Class PsmFramework.Engines.DrawEngine2d.Support.DebugFont

Inheritance: IDisposablePlus
Afficher le fichier Open project: artwallace/PsmFramework Class Usage Examples

Méthodes publiques

Méthode Description
ContainsCharacterGlyph ( Char c ) : System.Boolean
Dispose ( ) : void
GetCharTextureCoordinates ( Char c ) : Single[]

Private Methods

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

Method Details

ContainsCharacterGlyph() public méthode

public ContainsCharacterGlyph ( Char c ) : System.Boolean
c Char
Résultat System.Boolean

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCharTextureCoordinates() public méthode

public GetCharTextureCoordinates ( Char c ) : Single[]
c Char
Résultat Single[]