Kohi Game Engine
bitmap_font_config Struct Reference

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...
 

Detailed Description

The configuration for a bitmap font.

Field Documentation

◆ name

char* name

The name of the font.

◆ resource_name

char* resource_name

The name of the resource containing the font data.

◆ size

u16 size

The size of the font.


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