mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
LibGfx: Convert Font APIs to return String instead of DeprecatedString
This commit is contained in:
parent
4e9dc127ae
commit
545d8336b8
29 changed files with 106 additions and 104 deletions
|
@ -35,8 +35,8 @@ private:
|
|||
u8 presentation_size;
|
||||
u16 weight;
|
||||
u8 slope;
|
||||
DeprecatedString name;
|
||||
DeprecatedString family;
|
||||
String name;
|
||||
String family;
|
||||
bool is_fixed_width;
|
||||
} m_new_font_metadata;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue