mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
This commit is contained in:
parent
e84bbfed44
commit
6f8fd91f22
Notes:
sideshowbarker
2024-07-17 14:13:01 +09:00
Author: https://github.com/skyrising
Commit: 6f8fd91f22
Pull-request: https://github.com/SerenityOS/serenity/pull/13595
15 changed files with 36 additions and 36 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <LibGfx/Font.h>
|
||||
#include <LibGfx/FontDatabase.h>
|
||||
#include <LibGfx/FontStyleMapping.h>
|
||||
#include <LibGfx/TrueTypeFont/Font.h>
|
||||
#include <LibGfx/Font/TrueType/Font.h>
|
||||
#include <LibWeb/CSS/CSSFontFaceRule.h>
|
||||
#include <LibWeb/CSS/CSSStyleRule.h>
|
||||
#include <LibWeb/CSS/Parser/Parser.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue