1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 20:12:43 +00:00
serenity/Applications/FontEditor
William Marlow 39364bdda4 Build: Embed application icons directly in the executables.
New serenity_app() targets can be defined which allows application
icons to be emedded directly into the executable. The embedded
icons will then be used when creating an icon for that file in
LibGUI.
2020-12-21 00:12:59 +01:00
..
.gitignore FontEditor: Initial port to using a VisualBuilder generated UI. 2019-07-11 20:19:26 +02:00
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
FontEditor.cpp LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fonts 2020-10-25 10:12:03 +01:00
FontEditor.h FontEditor: Add a "Save as..." menu item 2020-07-11 11:34:38 +02:00
GlyphEditorWidget.cpp LibGfx+FontEditor+Fonts: Add "mean line" value to all fonts 2020-10-05 20:05:40 +02:00
GlyphEditorWidget.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
GlyphMapWidget.cpp LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
GlyphMapWidget.h LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
main.cpp Applications: Use GUI::CommonActions for save and save as menu options 2020-11-02 13:14:58 +01:00