1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 13:25:08 +00:00
serenity/Userland/Libraries/LibGfx/Font
Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable
This will make it easier to support both string types at the same time
while we convert code, and tracking down remaining uses.

One big exception is Value::to_string() in LibJS, where the name is
dictated by the ToString AO.
2022-12-06 08:54:33 +01:00
..
TrueType AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WOFF AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
BitmapFont.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
BitmapFont.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Emoji.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Emoji.h LibGfx: Change Emoji::emoji_for_code_points to accept const code points 2022-09-16 15:20:59 +02:00
Font.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FontDatabase.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FontDatabase.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FontStyleMapping.h Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
PathRasterizer.cpp LibGfx: Move TTF::Rasterizer to its own files 2022-11-19 11:04:34 +01:00
PathRasterizer.h LibGfx: Move TTF::Rasterizer to its own files 2022-11-19 11:04:34 +01:00
ScaledFont.cpp LibGfx: Use float when calculating text width in ScaledFont 2022-07-09 22:16:18 +02:00
ScaledFont.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Typeface.cpp LibGfx: Migrate Typeface from TTF::Font to Gfx::VectorFont 2022-04-09 23:48:18 +02:00
Typeface.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
VectorFont.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00