MatrixMiniR4 1.1.5
Matrix Mini R4 Arduino Library API Documentation
Loading...
Searching...
No Matches
GFXglyph Struct Reference

Font data stored PER GLYPH. More...

#include <MiniR4_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.

Definition at line 40 of file MiniR4_gfxfont.h.

Member Data Documentation

◆ bitmapOffset

uint16_t GFXglyph::bitmapOffset

Pointer into GFXfont->bitmap.

Definition at line 41 of file MiniR4_gfxfont.h.

◆ height

uint8_t GFXglyph::height

Bitmap dimensions in pixels.

Definition at line 43 of file MiniR4_gfxfont.h.

◆ width

uint8_t GFXglyph::width

Bitmap dimensions in pixels.

Definition at line 42 of file MiniR4_gfxfont.h.

◆ xAdvance

uint8_t GFXglyph::xAdvance

Distance to advance cursor (x axis)

Definition at line 44 of file MiniR4_gfxfont.h.

◆ xOffset

int8_t GFXglyph::xOffset

X dist from cursor pos to UL corner.

Definition at line 45 of file MiniR4_gfxfont.h.

◆ yOffset

int8_t GFXglyph::yOffset

Y dist from cursor pos to UL corner.

Definition at line 46 of file MiniR4_gfxfont.h.


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