C# Class BMFontReader, swip3

Helper class that takes care of loading BMFont's glyph information from the specified byte array. This functionality is not a part of BMFont anymore because Flash export option can't handle System.IO functions.
Afficher le fichier Open project: unit9/swip3 Class Usage Examples

Méthodes publiques

Méthode Description
Load ( BMFont, font, string name, byte bytes ) : void

Reload the font data.

Private Methods

Méthode Description
GetInt ( string s ) : int

Helper function that retrieves the integer value of the key=value pair.

GetString ( string s ) : string

Helper function that retrieves the string value of the key=value pair.

Method Details

Load() static public méthode

Reload the font data.
static public Load ( BMFont, font, string name, byte bytes ) : void
font BMFont,
name string
bytes byte
Résultat void