1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Libraries/LibGfx/Font
Sam Atkins 6b762331df LibGfx: Rename WOFF[2]::try_load_from_externally_owned_memory()
Typeface::try_load_from_externally_owned_memory() relies on that
external owner keeping the memory around. However, neither WOFF nor
WOFF2 do so - they both create separate ByteBuffers to hold the TTF
data. So, rename them to make it clearer that they don't have any
requirements on the byte owner.
2025-05-03 12:01:43 +01:00
..
WOFF LibGfx: Rename WOFF[2]::try_load_from_externally_owned_memory() 2025-05-03 12:01:43 +01:00
WOFF2 LibGfx: Rename WOFF[2]::try_load_from_externally_owned_memory() 2025-05-03 12:01:43 +01:00
Font.cpp LibGfx: Join SkiaFont.cpp into Font 2025-04-21 09:51:16 +02:00
Font.h LibGfx: Join ScaledFont into Font 2025-04-21 09:51:16 +02:00
FontData.cpp LibGfx: Store Core::Resources in RefPtr to const 2025-04-16 10:41:44 -06:00
FontData.h LibGfx: Store Core::Resources in RefPtr to const 2025-04-16 10:41:44 -06:00
FontDatabase.cpp
FontDatabase.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
FontStyleMapping.h
FontVariant.h LibWeb: Style font-variant-* css properties 2024-12-17 19:07:13 +01:00
FontWeight.h
PathFontProvider.cpp LibGfx: Join ScaledFont into Font 2025-04-21 09:51:16 +02:00
PathFontProvider.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
Typeface.cpp LibGfx: Join ScaledFont into Font 2025-04-21 09:51:16 +02:00
Typeface.h LibGfx: Join ScaledFont into Font 2025-04-21 09:51:16 +02:00
TypefaceSkia.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
TypefaceSkia.h LibGfx: Return family names by reference to avoid unnecessairy cloning 2024-11-20 15:38:03 +01:00
UnicodeRange.h LibGfx: Serialize unicode-ranges in uppercase 2025-04-07 10:00:21 +01:00