128x64 EasyC OLED Display 1.0.0
This is a library for Soldered OLED Display
Loading...
Searching...
No Matches
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.

Member Data Documentation

◆ bitmap

uint8_t* GFXfont::bitmap

Glyph bitmaps, concatenated.

◆ first

uint16_t GFXfont::first

ASCII extents (first char)

◆ glyph

GFXglyph* GFXfont::glyph

Glyph array.

◆ last

uint16_t GFXfont::last

ASCII extents (last char)

◆ yAdvance

uint8_t GFXfont::yAdvance

Newline distance (y axis)


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