#include <font.h>
Definition at line 25 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: