C# Class MegaMan.Engine.FontSystem

Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Draw ( IRenderingContext renderContext, int layer, string font, string text, MegaMan position ) : void
Load ( IEnumerable fontInfos ) : void
Unload ( ) : void

Method Details

Draw() public static method

public static Draw ( IRenderingContext renderContext, int layer, string font, string text, MegaMan position ) : void
renderContext IRenderingContext
layer int
font string
text string
position MegaMan
return void

Load() public static method

public static Load ( IEnumerable fontInfos ) : void
fontInfos IEnumerable
return void

Unload() public static method

public static Unload ( ) : void
return void