C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Load ( BMFont, font, string name, byte bytes ) : void

Reload the font data.

Приватные методы

Метод Описание
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.

Описание методов

Load() статический публичный Метод

Reload the font data.
static public Load ( BMFont, font, string name, byte bytes ) : void
font BMFont,
name string
bytes byte
Результат void