ESPHome  2024.5.0
Data Fields
esphome::font::GlyphData Struct Reference

#include <font.h>

Data Fields

const uint8_t * a_char
 
const uint8_t * data
 
int offset_x
 
int offset_y
 
int width
 
int height
 

Detailed Description

Definition at line 12 of file font.h.

Field Documentation

◆ a_char

const uint8_t* esphome::font::GlyphData::a_char

Definition at line 13 of file font.h.

◆ data

const uint8_t* esphome::font::GlyphData::data

Definition at line 14 of file font.h.

◆ height

int esphome::font::GlyphData::height

Definition at line 18 of file font.h.

◆ offset_x

int esphome::font::GlyphData::offset_x

Definition at line 15 of file font.h.

◆ offset_y

int esphome::font::GlyphData::offset_y

Definition at line 16 of file font.h.

◆ width

int esphome::font::GlyphData::width

Definition at line 17 of file font.h.


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