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

Font data stored PER GLYPH. More...

#include <gfxfont.h>

Public Attributes

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.


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