C# Class GameMaker.Writers.BMFontWriter

Mostrar archivo Open project: WarlockD/GMdsam Class Usage Examples

Public Methods

Method Description
SaveAsBMFont ( string filename, File f ) : void

Private Methods

Method Description
AppendField ( string name ) : void
AppendField ( string name, bool value ) : void
AppendField ( string name, int value ) : void
AppendField ( string name, string textvalue ) : void
BMFontWriter ( ) : System
WriteChars ( File f ) : void
WriteCommon ( File f ) : void
WriteInfoTag ( File f ) : void
WritePage ( string filename, File f ) : void

Method Details

SaveAsBMFont() public static method

public static SaveAsBMFont ( string filename, File f ) : void
filename string
f System.IO.File
return void