#include <font.h>
Definition at line 24 of file font.h.
◆ Glyph()
esphome::font::Glyph::Glyph |
( |
const GlyphData * |
data | ) |
|
|
inline |
◆ compare_to()
bool esphome::font::Glyph::compare_to |
( |
const uint8_t * |
str | ) |
const |
◆ get_char()
const uint8_t * esphome::font::Glyph::get_char |
( |
| ) |
const |
◆ get_glyph_data()
const GlyphData* esphome::font::Glyph::get_glyph_data |
( |
| ) |
const |
|
inline |
◆ match_length()
int esphome::font::Glyph::match_length |
( |
const uint8_t * |
str | ) |
const |
◆ scan_area()
void esphome::font::Glyph::scan_area |
( |
int * |
x1, |
|
|
int * |
y1, |
|
|
int * |
width, |
|
|
int * |
height |
|
) |
| const |
◆ Font
friend esphome::font::Glyph::Font |
|
protected |
◆ glyph_data_
const GlyphData* esphome::font::Glyph::glyph_data_ |
|
protected |
The documentation for this class was generated from the following files:
- /opt/build/esphome/esphome/components/font/font.h
- /opt/build/esphome/esphome/components/font/font.cpp