TGX 1.0.3
A tiny 2D/3D graphics library optimized for 32 bits microcontrollers.
Loading...
Searching...
No Matches
GFXfont Struct Reference

GFXFont font format. More...

#include <Fonts.h>

Public Attributes

uint8_t * bitmap
 Glyph bitmaps, concatenated.
 
GFXglyph * glyph
 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

GFXFont font format.

Used by Adafruit GFX library.

See https://glenviewsoftware.com/projects/products/adafonteditor/adafruit-gfx-font-format for details.


The documentation for this struct was generated from the following file: