![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#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. | |
| 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.