1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:47:46 +00:00
serenity/Userland/Applications/FontEditor
thankyouverycool ca77aea099 FontEditor: Correct NewFontDialog layout issues
Fixes incorrect scale initialization and inconsistent margins, sets
minimum values for glyph width and height to 1, and labels page 1
more precisely as "Typeface" properties.
2021-11-30 10:51:51 +01:00
..
.gitignore Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt FontEditor: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
FontEditor.cpp FontEditor: Update status bar on initialization 2021-11-30 10:51:51 +01:00
FontEditor.h FontEditor: Remove code duplication when resizing GlyphEditor 2021-11-30 10:51:51 +01:00
FontEditorWindow.gml FontEditor: Convert mode and transform buttons into toolbar actions 2021-11-30 10:51:51 +01:00
GlyphEditorWidget.cpp LibGfx+FontEditor: Consolidate BitmapFont width and height limits 2021-11-30 10:51:51 +01:00
GlyphEditorWidget.h LibGfx+FontEditor: Consolidate BitmapFont width and height limits 2021-11-30 10:51:51 +01:00
GlyphMapWidget.cpp FontEditor: Remove superfluous 'this' pointers 2021-11-30 10:51:51 +01:00
GlyphMapWidget.h FontEditor: Clean up GlyphMapWidget header 2021-11-30 10:51:51 +01:00
main.cpp FontEditor: Simplify start-up 2021-11-30 10:51:51 +01:00
NewFontDialog.cpp FontEditor: Correct NewFontDialog layout issues 2021-11-30 10:51:51 +01:00
NewFontDialog.h FontEditor: Allow editing new font header 2021-09-24 14:59:39 +02:00
NewFontDialogPage1.gml FontEditor: Allow editing new font header 2021-09-24 14:59:39 +02:00
NewFontDialogPage2.gml FontEditor: Correct NewFontDialog layout issues 2021-11-30 10:51:51 +01:00
UndoGlyph.h LibGfx+FontEditor: Consolidate BitmapFont width and height limits 2021-11-30 10:51:51 +01:00