serenity/Userland/Applications/FontEditor
thankyouverycool a486415f03 FontEditor: Update editor to handle new font format
The editor now unmasks fonts on load, mapping their glyphs to the
complete unicode character set, and masks them upon saving to
reduce disk space. This is a naive approach in terms of memory
usage and can be improved but whose immediate goal is to allow
editing any glyph without concern for range allocation.
2021-09-19 00:58:59 +02:00
..
.gitignore
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FontEditor.cpp FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
FontEditor.h FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
FontEditorWindow.gml FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
GlyphEditorWidget.cpp FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
GlyphEditorWidget.h FontEditor: Save discrete undo and redo states for each Command 2021-08-27 12:38:29 +02:00
GlyphMapWidget.cpp FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
GlyphMapWidget.h FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
main.cpp FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
NewFontDialog.cpp FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
NewFontDialog.h FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
NewFontDialogPage1.gml FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
NewFontDialogPage2.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
UndoGlyph.h FontEditor: Save discrete undo and redo states for each Command 2021-08-27 12:38:29 +02:00