mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:08:13 +00:00
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. :^)
This commit is contained in:
parent
0a86366c71
commit
7f6c81d90f
8 changed files with 95 additions and 22 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue