takashi kadono / ssd1331

Dependents:   Nucleo_446 Nucleo446_SSD1331

Embed: (wiki syntax)

« Back to documentation index

GFXfont Struct Reference

GFXfont Struct Reference

Data stored for FONT AS A WHOLE. More...

#include <gfxfont.h>

Data Fields

uint8_t * bitmap
 Glyph bitmaps, concatenated.
GFXglyphglyph
 Glyph array.
uint8_t first
 ASCII extents (first char)
uint8_t last
 ASCII extents (last char)
uint8_t yAdvance
 Newline distance (y axis)

Detailed Description

Data stored for FONT AS A WHOLE.

Definition at line 21 of file gfxfont.h.


Field Documentation

uint8_t* bitmap

Glyph bitmaps, concatenated.

Definition at line 22 of file gfxfont.h.

uint8_t first

ASCII extents (first char)

Definition at line 24 of file gfxfont.h.

Glyph array.

Definition at line 23 of file gfxfont.h.

uint8_t last

ASCII extents (last char)

Definition at line 25 of file gfxfont.h.

uint8_t yAdvance

Newline distance (y axis)

Definition at line 26 of file gfxfont.h.