46 AER_FONT_EDITORSMALL = 0x4,
47 AER_FONT_EDITOR = 0x5,
48 AER_FONT_IMAGINE = 0x6
size_t AERFontGetNumRegistered(void)
Query the total number of vanilla and mod fonts registered.
bool AERFontGetBold(int32_t fontIdx)
Query whether a font is bold.
int32_t AERFontGetCurrent(void)
Query the currently active font.
int32_t AERFontRegister(const char *filename, size_t size, bool bold, bool italic, int32_t first, int32_t last)
Register a custom font.
size_t AERFontGetSize(int32_t fontIdx)
Query the size of a font in pixels.
AERFontIndex
Vanilla fonts.
Definition: font.h:36
@ AER_FONT_NULL
Flag which represents either no font or an invalid font depending on context.
Definition: font.h:41
int32_t AERFontGetFirst(int32_t fontIdx)
Query the index of the first character in a font.
void AERFontSetCurrent(int32_t fontIdx)
Change the currently active font to a new one.
const char * AERFontGetName(int32_t fontIdx)
Query the name of a font.
int32_t AERFontGetLast(int32_t fontIdx)
Query the index of the last character in a font.
bool AERFontGetItalic(int32_t fontIdx)
Query whether a font is italic.