Kohi Game Engine
|
The configuration for a bitmap font. More...
#include <font_system.h>
Data Fields | |
char * | name |
The name of the font. More... | |
u16 | size |
The size of the font. More... | |
char * | resource_name |
The name of the resource containing the font data. More... | |
The configuration for a bitmap font.
char* name |
The name of the font.
char* resource_name |
The name of the resource containing the font data.
u16 size |
The size of the font.