mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:07:35 +00:00
Ladybird: Add a FontPlugin and try much harder to find suitable fonts
Instead of only looking at the SerenityOS default fonts, we now also look recursively in /usr/share/fonts for suitable fonts that we can load and use.
This commit is contained in:
parent
37d844fd66
commit
8a657eaa34
5 changed files with 129 additions and 6 deletions
|
@ -50,6 +50,7 @@ set(SOURCES
|
|||
ConsoleGlobalObject.cpp
|
||||
CookieJar.cpp
|
||||
EventLoopPluginQt.cpp
|
||||
FontPluginQt.cpp
|
||||
RequestManagerQt.cpp
|
||||
main.cpp
|
||||
WebView.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue