Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_FONT_HEADER Struct Reference

#include <font.h>

Data Fields

uint32_t width
 Width of each character in pixels.
uint32_t height
 Height of each character in pixels.
uint32_t count
 Number of character glyphs in data.
uint32_t mode
 Font mode (eg FONT_MODE_PIXEL).
uint32_t flags
 Font flags (eg FONT_FLAG_UNICODE).
uint32_t mask
 Transparency mask for a bitmap font.
uint32_t codepage
 Font codepage (CP_ACP if not specified).
char name [64]
 Font name //NOT null terminated, index 0 is the length.
char description [128]
 Font description //NOT null terminated, index 0 is the length.

Field Documentation

◆ width

uint32_t width

Width of each character in pixels.

◆ height

uint32_t height

Height of each character in pixels.

◆ count

uint32_t count

Number of character glyphs in data.

◆ mode

uint32_t mode

Font mode (eg FONT_MODE_PIXEL).

◆ flags

uint32_t flags

Font flags (eg FONT_FLAG_UNICODE).

◆ mask

uint32_t mask

Transparency mask for a bitmap font.

◆ codepage

uint32_t codepage

Font codepage (CP_ACP if not specified).

◆ name

char name[64]

Font name //NOT null terminated, index 0 is the length.

◆ description

char description[128]

Font description //NOT null terminated, index 0 is the length.


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