BLAM HRESULT ReloadFont(std::string id)
Reloads all data for the specified font.
Definition: fonts.cpp:856
BLAM std::map< std::string, Font > * GetFontList()
Retrieves the list of loaded fonts.
Definition: fonts.cpp:824
BLAM Font * GetFont(std::string id)
Retrieves a font from the list of loaded fonts.
Definition: fonts.cpp:795
short charspacing
The amount of space, in pixels, between each character.
Definition: fonts.h:77
bool monospaced
Whether or not to treat the font as a monospace font.
Definition: fonts.h:78
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:79
Structure to contain data for a Font.
Definition: fonts.h:67
IMGUI_API bool DragShort(const char *label, short *v, float v_speed=1.0f, short v_min=0, short v_max=0, const char *format="%d")
Definition: imgui_extensions.cpp:3
std::string id
The unique ID of the font.
Definition: fonts.h:75