mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibWeb: Port FontCache to new Strings
This commit is contained in:
parent
faab2fe101
commit
1c77867c78
Notes:
sideshowbarker
2024-07-17 00:03:47 +09:00
Author: https://github.com/AtkinsSJ
Commit: 1c77867c78
Pull-request: https://github.com/SerenityOS/serenity/pull/17500
Reviewed-by: https://github.com/trflynn89
4 changed files with 18 additions and 21 deletions
|
@ -6,14 +6,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/DeprecatedFlyString.h>
|
||||
#include <AK/DeprecatedString.h>
|
||||
#include <AK/FlyString.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <LibGfx/Font/Font.h>
|
||||
#include <LibGfx/Forward.h>
|
||||
|
||||
struct FontSelector {
|
||||
DeprecatedFlyString family;
|
||||
FlyString family;
|
||||
float point_size { 0 };
|
||||
int weight { 0 };
|
||||
int width { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue