summaryrefslogtreecommitdiff
path: root/Applications/FontEditor/FontEditor.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-03-06 12:52:41 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-03-06 12:52:41 +0100
commit7f6c81d90f0b1ccb217bd283dfb59727fbb0045d (patch)
tree75ab6a542e01c5abd230b6c71924f2af23aec06d /Applications/FontEditor/FontEditor.h
parent0a86366c71e852b93dda40942ef468f9e5f9b48d (diff)
downloadserenity-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.h1
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;
};