FabGL
ESP32 Display Controller and Graphics Library
|
Represents a glyph position, size and binary data. More...
#include <displaycontroller.h>
Public Attributes | |
uint8_t const * | data |
uint8_t | height |
uint8_t | width |
int16_t | X |
int16_t | Y |
Represents a glyph position, size and binary data.
A glyph is a bitmap (1 bit per pixel). The fabgl::Terminal uses glyphs to render characters.
Definition at line 327 of file displaycontroller.h.