#include <font.h>
Definition at line 15 of file font.h.
◆ Glyph()
| esphome::font::Glyph::Glyph |
( |
const char * | a_char, |
|
|
const uint8_t * | data, |
|
|
int | advance, |
|
|
int | offset_x, |
|
|
int | offset_y, |
|
|
int | width, |
|
|
int | height ) |
|
inlineconstexpr |
◆ compare_to()
| bool esphome::font::Glyph::compare_to |
( |
const uint8_t * | str | ) |
const |
◆ get_char()
| const uint8_t * esphome::font::Glyph::get_char |
( |
| ) |
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 |
◆ a_char
| const char* esphome::font::Glyph::a_char |
◆ advance
| int esphome::font::Glyph::advance |
◆ data
| const uint8_t* esphome::font::Glyph::data |
◆ Font
| friend esphome::font::Glyph::Font |
|
protected |
◆ height
| int esphome::font::Glyph::height |
◆ offset_x
| int esphome::font::Glyph::offset_x |
◆ offset_y
| int esphome::font::Glyph::offset_y |
◆ width
| int esphome::font::Glyph::width |
The documentation for this class was generated from the following files: