__GLIB_Font_t Struct Reference

Font definition structure.

#include <glib.h>

Data Fields

void * pFontPixMap
Pointer to the pixel map for the font.
uint16_t cntOfMapElements
Number of elements in the font pixel map.
uint8_t sizeOfMapElement
Size of each element in the font pixel map.
uint8_t fontRowOffset
Font row offset.
uint8_t fontWidth
Width in pixels of each character.
uint8_t fontHeight
Height in pixels of each character.
uint8_t lineSpacing
Number of pixels between each line in this font.
uint8_t charSpacing
Number of pixels between each character in this font.
GLIB_Font_Class class
The font class is used to tell glib if the font contains numbers only or characters and numbers.

Font definition structure.

Field Documentation

pFontPixMap

void* __GLIB_Font_t::pFontPixMap

Pointer to the pixel map for the font.

cntOfMapElements

uint16_t __GLIB_Font_t::cntOfMapElements

Number of elements in the font pixel map.

sizeOfMapElement

uint8_t __GLIB_Font_t::sizeOfMapElement

Size of each element in the font pixel map.

fontRowOffset

uint8_t __GLIB_Font_t::fontRowOffset

Font row offset.

fontWidth

uint8_t __GLIB_Font_t::fontWidth

Width in pixels of each character.

fontHeight

uint8_t __GLIB_Font_t::fontHeight

Height in pixels of each character.

lineSpacing

uint8_t __GLIB_Font_t::lineSpacing

Number of pixels between each line in this font.

charSpacing

uint8_t __GLIB_Font_t::charSpacing

Number of pixels between each character in this font.

class

GLIB_Font_Class __GLIB_Font_t::class

The font class is used to tell glib if the font contains numbers only or characters and numbers.