David Prentice / ADA_GFX_kbv_R1107

Dependents:   TFT_Touch_botao_v1 TFT_Touch_exemplo5_git_touch TESTE_1 TFT_Touch_exemplo6_git_touch_button_3_ ... more

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.
uint16_t first
 ASCII extents (first char)
uint16_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.

uint16_t first

ASCII extents (first char)

Definition at line 24 of file gfxfont.h.

Glyph array.

Definition at line 23 of file gfxfont.h.

uint16_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.