Data stored for FONT AS A WHOLE.
uint16_t first
ASCII extents (first char)
uint8_t * bitmap
Glyph bitmaps, concatenated.
uint16_t last
ASCII extents (last char)
uint8_t yAdvance
Newline distance (y axis)
GFXglyph * glyph
Glyph array.
Font data stored PER GLYPH.
uint8_t width
Bitmap dimensions in pixels.
uint8_t height
Bitmap dimensions in pixels.
uint16_t bitmapOffset
Pointer into GFXfont->bitmap.
int8_t yOffset
Y dist from cursor pos to UL corner.
uint8_t xAdvance
Distance to advance cursor (x axis)
int8_t xOffset
X dist from cursor pos to UL corner.