mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibGfx: Move FontDatabase internals to SystemFontProvider interface
This will be the first step is making better use of system libraries like fontconfig and CoreText to load system fonts for use by the UI process and the CSS style computer.
This commit is contained in:
parent
e8ff9b6eb4
commit
36a8ad9157
Notes:
github-actions[bot]
2024-10-15 21:10:07 +00:00
Author: https://github.com/ADKaster
Commit: 36a8ad9157
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1736
11 changed files with 174 additions and 89 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <LibGfx/Font/Font.h>
|
||||
#include <LibGfx/Font/FontDatabase.h>
|
||||
#include <LibGfx/Font/FontStyleMapping.h>
|
||||
#include <LibGfx/Font/FontWeight.h>
|
||||
#include <LibGfx/Font/ScaledFont.h>
|
||||
#include <LibGfx/Font/Typeface.h>
|
||||
#include <LibGfx/Font/WOFF/Loader.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue