mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
![]() 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. |
||
---|---|---|
.. | ||
WOFF | ||
WOFF2 | ||
Font.cpp | ||
Font.h | ||
FontData.cpp | ||
FontData.h | ||
FontDatabase.cpp | ||
FontDatabase.h | ||
FontStyleMapping.h | ||
FontVariant.h | ||
FontWeight.h | ||
PathFontProvider.cpp | ||
PathFontProvider.h | ||
Typeface.cpp | ||
Typeface.h | ||
TypefaceSkia.cpp | ||
TypefaceSkia.h | ||
UnicodeRange.h |