1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00
serenity/Applications/TextEditor
Andreas Kling 9d347352a1 LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
The qualified name of a font is "<Family> <Size> <Weight>". You can
get the QN of a Font via the Font::qualified_name() API, and you can
get any system font by QN from the GUI::FontDatabase. :^)
2020-10-25 21:18:18 +01:00
..
CMakeLists.txt HackStudio+TextEditor: Add the Shell syntax highlighter 2020-09-30 20:05:24 +02:00
main.cpp TextEditor: Use new format functions. 2020-10-06 20:29:26 +02:00
MainWindow.json TextEditor: Replace InProcessWebView with OutOfProcessWebView 2020-10-08 23:20:52 +02:00
TextEditorWidget.cpp LibGfx+LibGUI+Clients: Make fonts findable by their qualified name 2020-10-25 21:18:18 +01:00
TextEditorWidget.h TextEditor: Replace InProcessWebView with OutOfProcessWebView 2020-10-08 23:20:52 +02:00