C# Class exBitmapFontUtility, ex2d-v1

Afficher le fichier Open project: exdev/ex2d-v1

Méthodes publiques

Méthode Description
Build ( this _bitmapFont, Object _fontInfo ) : void
Create ( string _path, string _name ) : exBitmapFont,

Private Methods

Méthode Description
ParseFontInfo ( exBitmapFont, _bitmapFont, Object _fontInfo ) : void
ParseValue ( string _words, string _key ) : string

Method Details

Build() public static méthode

public static Build ( this _bitmapFont, Object _fontInfo ) : void
_bitmapFont this
_fontInfo Object
Résultat void

Create() public static méthode

public static Create ( string _path, string _name ) : exBitmapFont,
_path string
_name string
Résultat exBitmapFont,