ladybird/Libraries/LibGfx/Font
Ali Mohammad Pur 4462348916 Everywhere: Slap some [[clang::lifetimebound]] where appropriate
This first pass only applies to the following two cases:
- Public functions returning a view type into an object they own
- Public ctors storing a view type

This catches a grand total of one (1) issue, which is fixed in
the previous commit.
2025-09-01 11:11:38 +02: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: Support UTF-16 text shaping 2025-07-25 18:16:22 +02:00
Font.h LibGfx: Support UTF-16 text shaping 2025-07-25 18:16:22 +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 LibGfx: Destroy FontConfig string iterator after use 2025-06-25 08:59:49 +02:00
FontDatabase.h LibCore+LibGfx: Move font_directories from LibCore to LibGfx 2025-05-26 12:14:29 -06:00
FontStyleMapping.h
FontSupport.cpp LibGfx: Disable tech(variations) font support for now 2025-06-12 11:04:37 +01:00
FontSupport.h LibGfx+LibWeb: Update definitions of supported font formats and features 2025-06-05 12:10:29 +01:00
FontVariant.h LibWeb: Style font-variant-* css properties 2024-12-17 19:07:13 +01:00
FontWeight.h
GlobalFontConfig.cpp LibGfx: Rely on fontconfig(if enabled) for font directory resolution 2025-05-26 12:14:29 -06:00
GlobalFontConfig.h LibGfx: Rely on fontconfig(if enabled) for font directory resolution 2025-05-26 12:14:29 -06:00
PathFontProvider.cpp LibGfx: Enable otf fonts 2025-05-26 12:14:29 -06:00
PathFontProvider.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
Typeface.cpp LibGfx: Add a helper for constructing a TTF font from temporary bytes 2025-05-03 12:01:43 +01:00
Typeface.h LibGfx: Add a helper for constructing a TTF font from temporary bytes 2025-05-03 12:01:43 +01:00
TypefaceSkia.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
TypefaceSkia.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
UnicodeRange.h LibGfx: Serialize unicode-ranges in uppercase 2025-04-07 10:00:21 +01:00