mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:07:45 +00:00
FontEditor: Update GlyphMap on font type change
Since font type changes also change the amount of glyphs in a font, the glyph map has to be re-rendered to properly showcase the change.
This commit is contained in:
parent
f461ee7d01
commit
60f82e0626
3 changed files with 10 additions and 0 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
const Gfx::BitmapFont& font() const { return *m_font; }
|
||||
|
||||
void update_glyph(int);
|
||||
void reprobe_font();
|
||||
|
||||
Function<void(int)> on_glyph_selected;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue