Kohi Game Engine
system_font_config Struct Reference

The configuration for a system font. More...

#include <font_system.h>

Data Fields

char * name
 The name of the font. More...
 
u16 default_size
 The default size of the font. More...
 
char * resource_name
 The name of the resource containing the font data. More...
 

Detailed Description

The configuration for a system font.

Field Documentation

◆ default_size

u16 default_size

The default size of the font.

◆ name

char* name

The name of the font.

◆ resource_name

char* resource_name

The name of the resource containing the font data.


The documentation for this struct was generated from the following file: