mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:57:34 +00:00
Support font files.
This only works with the userspace build of SharedGraphics so far. It's also very slow at loading fonts, but that's easy to fix. Let's put fonts in /res/fonts/.
This commit is contained in:
parent
655753c557
commit
7f91aec25c
7 changed files with 170 additions and 10 deletions
|
@ -12,6 +12,8 @@ public:
|
|||
virtual ~FontEditorWidget() override;
|
||||
|
||||
private:
|
||||
RetainPtr<Font> m_edited_font;
|
||||
|
||||
GlyphMapWidget* m_glyph_map_widget { nullptr };
|
||||
GlyphEditorWidget* m_glyph_editor_widget { nullptr };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue