bmfont

AngelCode BMFont parser & generator

Members

Classes

InvalidFormatException
class InvalidFormatException

Gets thrown if a Font is in an invalid format

Enums

ChannelType
enum ChannelType

Information what each channel contains

Channels
enum Channels

Bitfield on which channel a character is found

ParseFlags
enum ParseFlags

Flags for parsing

Functions

parseFnt
Font parseFnt(T data, ParseFlags flags)

Parses a font and automatically figures out if its binary or text. Pass additional ParseFlags to skip sections.

Structs

Font
struct Font

Generic Font struct containing all information from a BMFont file

Meta

Authors

Jan Jurzitza