mirror of
https://github.com/esphome/esphome.git
synced 2025-02-22 12:58:15 +00:00
Add getter for font glyph data (#6355)
This commit is contained in:
parent
4bbde8357a
commit
b0a192d6a5
@ -30,6 +30,8 @@ class Glyph {
|
|||||||
|
|
||||||
void scan_area(int *x1, int *y1, int *width, int *height) const;
|
void scan_area(int *x1, int *y1, int *width, int *height) const;
|
||||||
|
|
||||||
|
const GlyphData *get_glyph_data() const { return this->glyph_data_; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend Font;
|
friend Font;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user