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

#include <font.h>

Data Fields

uint32_t fontmode
 Font mode (eg FONT_MODE_PIXEL).
uint32_t fontflags
 Font flags (eg FONT_FLAG_UNICODE).
char fontname [FONT_NAME_LENGTH]
 Font name.
char fontdescription [FONT_DESC_LENGTH]
 Font description.
uint32_t charwidth
 Font character width in pixels.
uint32_t charheight
 Font character height in pixels.
uint32_t charcount
 Number of glyphs in font character table.
uint32_t charmask
 Transparency mask for a bitmap font (Not used for a pixel font).
uint32_t codepage
 Font codepage (CP_ACP if not specified).

Field Documentation

◆ fontmode

uint32_t fontmode

Font mode (eg FONT_MODE_PIXEL).

◆ fontflags

uint32_t fontflags

Font flags (eg FONT_FLAG_UNICODE).

◆ fontname

char fontname[FONT_NAME_LENGTH]

Font name.

◆ fontdescription

char fontdescription[FONT_DESC_LENGTH]

Font description.

◆ charwidth

uint32_t charwidth

Font character width in pixels.

◆ charheight

uint32_t charheight

Font character height in pixels.

◆ charcount

uint32_t charcount

Number of glyphs in font character table.

◆ charmask

uint32_t charmask

Transparency mask for a bitmap font (Not used for a pixel font).

◆ codepage

uint32_t codepage

Font codepage (CP_ACP if not specified).


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