BLAM HRESULT ReloadFont(std::string id)
Reloads all data for the specified font.
Definition: fonts.cpp:867
BLAM std::map< std::string, Font > * GetFontList()
Retrieves the list of loaded fonts.
Definition: fonts.cpp:835
BLAM Font * GetFont(std::string id)
Retrieves a font from the list of loaded fonts.
Definition: fonts.cpp:806
short charspacing
The amount of space, in pixels, between each character.
Definition: fonts.h:78
bool monospaced
Whether or not to treat the font as a monospace font.
Definition: fonts.h:79
short mono_width
The width for each character to be. Extra space will be left as needed if the glyph width is too smal...
Definition: fonts.h:80
Structure to contain data for a Font.
Definition: fonts.h:68
std::string id
The unique ID of the font.
Definition: fonts.h:76