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

GFXglyph Struct Reference

GFXglyph Struct Reference

Font data stored PER GLYPH. More...

#include <gfxfont.h>

Data Fields

uint16_t bitmapOffset
 Pointer into GFXfont->bitmap.
uint8_t width
 Bitmap dimensions in pixels.
uint8_t height
 Bitmap dimensions in pixels.
uint8_t xAdvance
 Distance to advance cursor (x axis)
int8_t xOffset
 X dist from cursor pos to UL corner.
int8_t yOffset
 Y dist from cursor pos to UL corner.

Detailed Description

Font data stored PER GLYPH.

Definition at line 11 of file gfxfont.h.


Field Documentation

uint16_t bitmapOffset

Pointer into GFXfont->bitmap.

Definition at line 12 of file gfxfont.h.

uint8_t height

Bitmap dimensions in pixels.

Definition at line 14 of file gfxfont.h.

uint8_t width

Bitmap dimensions in pixels.

Definition at line 13 of file gfxfont.h.

uint8_t xAdvance

Distance to advance cursor (x axis)

Definition at line 15 of file gfxfont.h.

int8_t xOffset

X dist from cursor pos to UL corner.

Definition at line 16 of file gfxfont.h.

int8_t yOffset

Y dist from cursor pos to UL corner.

Definition at line 17 of file gfxfont.h.