FabGL
ESP32 Display Controller and Graphics Library
Glyph Struct Reference

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
 

Detailed Description

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.


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