Adafruit GFX Library
Public Attributes | List of all members
GFXfont Struct Reference

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

#include <gfxfont.h>

Public Attributes

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.


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