ladybird/Libraries/LibWeb/Platform
Tim Ledbetter 3e704e0fd6 LibGfx+LibWeb: Fall back to system fonts for missing glyphs
When rendering text, if none of the fonts in the cascade list contain a
glyph for a given code point, we now query Skia's font manager to find
a system font that can render it.
2026-01-21 14:01:35 +01:00
..
EventLoopPlugin.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
EventLoopPlugin.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
EventLoopPluginSerenity.cpp LibWeb: Exit the current process when event loop quits during spin_until 2025-04-30 11:12:23 -04:00
EventLoopPluginSerenity.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
FontPlugin.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
FontPlugin.h LibGfx+LibWeb: Fall back to system fonts for missing glyphs 2026-01-21 14:01:35 +01:00
ImageCodecPlugin.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ImageCodecPlugin.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Timer.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Timer.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
TimerSerenity.cpp LibWeb: Add missing type-isolating GC allocators for some types 2026-01-18 10:10:04 +01:00
TimerSerenity.h LibWeb: Add missing type-isolating GC allocators for some types 2026-01-18 10:10:04 +01:00