1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 19:27:35 +00:00
serenity/Userland/Libraries/LibGfx/Font
2022-11-19 15:41:09 +01:00
..
TrueType LibGfx: Move TTF::Rasterizer to its own files 2022-11-19 11:04:34 +01:00
WOFF Everywhere: Split Error::from_string_literal and Error::from_string_view 2022-07-12 23:11:35 +02:00
BitmapFont.cpp LibGfx: Improve error handling for BitmapFonts 2022-08-04 02:54:00 +02:00
BitmapFont.h LibGfx: Add pure virtual fallible clone() for Fonts 2022-11-19 15:41:09 +01:00
Emoji.cpp LibGfx: Change Emoji::emoji_for_code_points to accept const code points 2022-09-16 15:20:59 +02: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 LibGfx: Add pure virtual fallible clone() for Fonts 2022-11-19 15:41:09 +01:00
FontDatabase.cpp LibGfx: Cache vector fonts by family name 2022-09-15 12:45:00 +02:00
FontDatabase.h LibGfx: Add API for loading more directories into Gfx::FontDatabase 2022-09-08 12:30:25 +02: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 LibGfx: Add pure virtual fallible clone() for Fonts 2022-11-19 15:41:09 +01:00
Typeface.cpp LibGfx: Migrate Typeface from TTF::Font to Gfx::VectorFont 2022-04-09 23:48:18 +02:00
Typeface.h LibGfx: Migrate Typeface from TTF::Font to Gfx::VectorFont 2022-04-09 23:48:18 +02:00
VectorFont.h Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00