mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00:00
FontEditor: Add adjustable scaling to GlyphEditorWidget
The editor can now be adjusted under the View->Scale menu
This commit is contained in:
parent
cc781e3d94
commit
2785e12b76
4 changed files with 48 additions and 0 deletions
|
@ -49,6 +49,11 @@ private:
|
|||
RefPtr<GUI::Action> m_open_preview_action;
|
||||
RefPtr<GUI::Action> m_show_metadata_action;
|
||||
|
||||
GUI::ActionGroup m_glyph_editor_scale_actions;
|
||||
RefPtr<GUI::Action> m_scale_five_action;
|
||||
RefPtr<GUI::Action> m_scale_ten_action;
|
||||
RefPtr<GUI::Action> m_scale_fifteen_action;
|
||||
|
||||
RefPtr<GUI::Window> m_font_preview_window;
|
||||
RefPtr<GUI::Widget> m_left_column_container;
|
||||
RefPtr<GUI::Widget> m_glyph_editor_container;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue