1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00

LibGUI: Add a GUI::FontPicker dialog class :^)

This allows you to pick & choose a font by selecting the family, weight
and size you want. It shows you a nice preview sentence and everything.
This commit is contained in:
Andreas Kling 2020-12-30 17:43:35 +01:00
parent aacab897e8
commit ddaa526769
4 changed files with 336 additions and 0 deletions

View file

@ -1,3 +1,5 @@
compile_gml(FontPickerDialog.gml FontPickerDialogGML.h font_picker_dialog_gml)
set(SOURCES
AboutDialog.cpp
AbstractButton.cpp
@ -31,6 +33,8 @@ set(SOURCES
FilePicker.cpp
FileSystemModel.cpp
FilteringProxyModel.cpp
FontPicker.cpp
FontPickerDialogGML.h
Frame.cpp
GMLLexer.cpp
GMLParser.cpp