mirror of
https://github.com/esphome/esphome.git
synced 2025-02-17 01:51:48 +01: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;
|
||||
|
||||
const GlyphData *get_glyph_data() const { return this->glyph_data_; }
|
||||
|
||||
protected:
|
||||
friend Font;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user