Add getter for font glyph data (#6355)
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user