C# Class exBitmapFontUtility, ex2d-v1

Mostra file Open project: exdev/ex2d-v1

Public Methods

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

Private Methods

Method Description
ParseFontInfo ( exBitmapFont, _bitmapFont, Object _fontInfo ) : void
ParseValue ( string _words, string _key ) : string

Method Details

Build() public static method

public static Build ( this _bitmapFont, Object _fontInfo ) : void
_bitmapFont this
_fontInfo Object
return void

Create() public static method

public static Create ( string _path, string _name ) : exBitmapFont,
_path string
_name string
return exBitmapFont,