mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
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.