diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-06 12:52:41 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-06 12:52:41 +0100 |
commit | 7f6c81d90f0b1ccb217bd283dfb59727fbb0045d (patch) | |
tree | 75ab6a542e01c5abd230b6c71924f2af23aec06d /Applications/FontEditor/FontEditor.h | |
parent | 0a86366c71e852b93dda40942ef468f9e5f9b48d (diff) | |
download | serenity-7f6c81d90f0b1ccb217bd283dfb59727fbb0045d.zip |
Implement basic support for variable-width fonts.
Also add a nice new font called Katica. It's not used anywhere yet but
I'm definitely itching to start using it. :^)
Diffstat (limited to 'Applications/FontEditor/FontEditor.h')
-rw-r--r-- | Applications/FontEditor/FontEditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/FontEditor/FontEditor.h b/Applications/FontEditor/FontEditor.h index d44c7e698c..c53d8bb087 100644 --- a/Applications/FontEditor/FontEditor.h +++ b/Applications/FontEditor/FontEditor.h @@ -18,6 +18,7 @@ private: GlyphMapWidget* m_glyph_map_widget { nullptr }; GlyphEditorWidget* m_glyph_editor_widget { nullptr }; GTextBox* m_name_textbox { nullptr }; + GTextBox* m_path_textbox { nullptr }; String m_path; }; |