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

Member Data Documentation

◆ bitmapOffset

uint16_t GFXglyph::bitmapOffset

Pointer into GFXfont->bitmap.

◆ height

uint8_t GFXglyph::height

Bitmap dimensions in pixels.

◆ width

uint8_t GFXglyph::width

Bitmap dimensions in pixels.

◆ xAdvance

uint8_t GFXglyph::xAdvance

Distance to advance cursor (x axis)

◆ xOffset

int8_t GFXglyph::xOffset

X dist from cursor pos to UL corner.

◆ yOffset

int8_t GFXglyph::yOffset

Y dist from cursor pos to UL corner.


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