Kohi Game Engine
|
The configuration of the font system. Should be setup by the application during the boot process. More...
#include <font_system.h>
Data Fields | |
u8 | default_system_font_count |
The default number of system fonts. More... | |
system_font_config * | system_font_configs |
The default system font configs. More... | |
u8 | default_bitmap_font_count |
The default number of bitmap fonts. More... | |
bitmap_font_config * | bitmap_font_configs |
The default bitmap font configs. More... | |
u8 | max_system_font_count |
The default number of system fonts. More... | |
u8 | max_bitmap_font_count |
The default number of bitmap fonts. More... | |
b8 | auto_release |
Indicates if fonts should auto-release when not used. More... | |
The configuration of the font system. Should be setup by the application during the boot process.
b8 auto_release |
Indicates if fonts should auto-release when not used.
bitmap_font_config* bitmap_font_configs |
The default bitmap font configs.
u8 default_bitmap_font_count |
The default number of bitmap fonts.
u8 default_system_font_count |
The default number of system fonts.
u8 max_bitmap_font_count |
The default number of bitmap fonts.
u8 max_system_font_count |
The default number of system fonts.
system_font_config* system_font_configs |
The default system font configs.