1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:58:11 +00:00
serenity/Userland/Libraries/LibGfx/Font
Sam Atkins 1a6da4fbf2 LibGfx: Mark OpenType file data structs as packed, and assert sizes
Some of these are odd sizes. We managed not to insert padding because
BigEndian is itself marked as packed, but let's be explicit instead of
relying on that. :^)
2023-11-08 09:34:09 +01:00
..
OpenType LibGfx: Mark OpenType file data structs as packed, and assert sizes 2023-11-08 09:34:09 +01:00
WOFF LibGfx: Allow extracting paths from fonts and add Gfx::Path::text() 2023-11-05 02:46:46 +01:00
WOFF2 LibGfx: Allow extracting paths from fonts and add Gfx::Path::text() 2023-11-05 02:46:46 +01:00
BitmapFont.cpp LibGfx: Remove ability to load fonts directly from a file path 2023-10-29 13:12:28 -06:00
BitmapFont.h LibGfx: Remove ability to load fonts directly from a file path 2023-10-29 13:12:28 -06:00
Emoji.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Emoji.h LibGfx+LibUnicode: Support specifying the path to search for emoji 2023-03-01 14:54:16 +00:00
Font.cpp LibGfx: Do not use divisions when calculating font subpixel offsets 2023-06-01 15:13:57 +02:00
Font.h LibGfx: Give GlyphBitmap its rows data as Bytes 2023-10-10 14:36:25 +02:00
FontDatabase.cpp LibGfx+Utilities: Add helpers to load vector fonts from Core::Resources 2023-10-29 13:12:28 -06:00
FontDatabase.h LibGfx: Remove the ability to load fonts from a path directly 2023-10-17 11:02:01 -06:00
FontStyleMapping.h LibGfx: Add functions to convert font widths to/from strings 2023-07-20 08:02:12 +01:00
ScaledFont.cpp LibGfx: Allow extracting paths from fonts and add Gfx::Path::text() 2023-11-05 02:46:46 +01:00
ScaledFont.h LibGfx: Allow extracting paths from fonts and add Gfx::Path::text() 2023-11-05 02:46:46 +01:00
Typeface.cpp LibGfx: Don't crash on Typeface::get_font() with size 0 2023-09-05 14:23:35 +02:00
Typeface.h LibGfx: Convert FontDatabase APIs to use FlyString 2023-09-06 11:29:03 -04:00
VectorFont.h LibGfx: Allow extracting paths from fonts and add Gfx::Path::text() 2023-11-05 02:46:46 +01:00