Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
GFXglyph Struct Reference

Detailed Description

Definition at line 10 of file gfxfont.h.

Data Fields

uint16_t bitmapOffset
 
uint8_t width
 
uint8_t height
 
uint8_t xAdvance
 
int8_t xOffset
 
int8_t yOffset
 

Field Documentation

◆ bitmapOffset

uint16_t GFXglyph::bitmapOffset

Definition at line 12 of file gfxfont.h.

◆ height

uint8_t GFXglyph::height

Definition at line 13 of file gfxfont.h.

◆ width

uint8_t GFXglyph::width

Definition at line 13 of file gfxfont.h.

◆ xAdvance

uint8_t GFXglyph::xAdvance

Definition at line 14 of file gfxfont.h.

◆ xOffset

int8_t GFXglyph::xOffset

Definition at line 15 of file gfxfont.h.

◆ yOffset

int8_t GFXglyph::yOffset

Definition at line 15 of file gfxfont.h.


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