Files
ladybird/Libraries/LibGfx/Font
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
..