Files
ladybird/Libraries/LibGfx
Andreas Kling 732063aca9 LibGfx: Skip copying font data when loading fallback typeface
When Skia's openStream() returns a memory-backed stream, retain it
on TypefaceSkia::Impl so the underlying bytes stay alive, and
reference them directly instead of copying into a ByteBuffer.

This pattern is used regularly inside Skia, so it seems fair game.
2026-04-22 14:20:33 +02:00
..
2024-12-28 05:39:32 -08:00
2024-11-20 21:13:23 +01:00
2026-04-20 15:45:58 -06:00
2025-06-09 11:25:14 -04:00