__GLIB_Font_t Struct ReferencePlatform Middleware > GLIB

Font definition structure.

Definition at line 219 of file glib.h.

#include <glib.h>

Data Fields

uint8_t charSpacing
 
GLIB_Font_Class class
 
uint16_t cntOfMapElements
 
uint8_t fontHeight
 
uint8_t fontRowOffset
 
uint8_t fontWidth
 
uint8_t lineSpacing
 
void * pFontPixMap
 
uint8_t sizeOfMapElement
 

Field Documentation

uint8_t __GLIB_Font_t::charSpacing

Number of pixels between each character in this font.

Definition at line 242 of file glib.h.

Referenced by GLIB_drawChar(), and GLIB_drawString().

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

Definition at line 246 of file glib.h.

Referenced by GLIB_drawChar(), and GLIB_drawString().

uint16_t __GLIB_Font_t::cntOfMapElements

Number of elements in the font pixel map.

Definition at line 224 of file glib.h.

Referenced by GLIB_drawChar().

uint8_t __GLIB_Font_t::fontHeight

Height in pixels of each character.

Definition at line 236 of file glib.h.

Referenced by GLIB_drawChar(), and GLIB_drawString().

uint8_t __GLIB_Font_t::fontRowOffset

Font row offset.

Definition at line 230 of file glib.h.

Referenced by GLIB_drawChar().

uint8_t __GLIB_Font_t::fontWidth

Width in pixels of each character.

Definition at line 233 of file glib.h.

Referenced by GLIB_drawChar(), and GLIB_drawString().

uint8_t __GLIB_Font_t::lineSpacing

Number of pixels between each line in this font.

Definition at line 239 of file glib.h.

Referenced by GLIB_drawString().

void* __GLIB_Font_t::pFontPixMap

Pointer to the pixel map for the font.

Definition at line 221 of file glib.h.

Referenced by GLIB_drawChar().

uint8_t __GLIB_Font_t::sizeOfMapElement

Size of each element in the font pixel map.

Definition at line 227 of file glib.h.

Referenced by GLIB_drawChar().


The documentation for this struct was generated from the following file:
  • C:/repos/embsw_super_h1/platform/middleware/glib/glib/glib.h