C# Class GameMaker.Writers.BMFontWriter

Afficher le fichier Open project: WarlockD/GMdsam Class Usage Examples

Méthodes publiques

Méthode Description
SaveAsBMFont ( string filename, File f ) : void

Private Methods

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

public static SaveAsBMFont ( string filename, File f ) : void
filename string
f System.IO.File
Résultat void