1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 06:47:40 +00:00
serenity/Userland/Libraries/LibGfx/Font
Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString
DeprecatedFlyString relies heavily on DeprecatedString's StringImpl, so
let's rename it to A) match the name of DeprecatedString, B) write a new
FlyString class that is tied to String.
2023-01-09 23:00:24 +00:00
..
OpenType LibGfx: Implement TrimmedTable mappings for Cmaps 2023-01-09 22:38:40 +00:00
WOFF LibGfx: Add ability to request glyphs at subpixel offsets to fonts 2023-01-05 12:09:35 +01:00
BitmapFont.cpp LibGfx: Make BitmapFont's line gap be Gfx::Painter::LINE_SPACING 2023-01-06 12:02:21 +01:00
BitmapFont.h LibGfx: Remove unused Font::point_size() 2023-01-06 12:02:20 +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.cpp LibGfx: Add ability to request glyphs at subpixel offsets to fonts 2023-01-05 12:09:35 +01:00
Font.h LibGfx: Remove unused Font::point_size() 2023-01-06 12:02:20 +01:00
FontDatabase.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
FontDatabase.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
FontStyleMapping.h Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
PathRasterizer.cpp LibGfx+LibPDF: Apply subpixel offset in affine transformation 2023-01-05 13:50:26 +01:00
PathRasterizer.h LibGfx+LibPDF: Apply subpixel offset in affine transformation 2023-01-05 13:50:26 +01:00
ScaledFont.cpp LibGfx: Make Font::preferred_line_height() more correct 2023-01-06 12:02:20 +01:00
ScaledFont.h LibGfx: Make ScaledFont::glyph_height() return the pixel height 2023-01-06 12:02:20 +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 FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
VectorFont.h LibGfx: Make Font::preferred_line_height() more correct 2023-01-06 12:02:20 +01:00