Files
ladybird/Libraries/LibGfx/TextLayout.cpp
Jelle Raaijmakers 6251f18d9b LibGfx: Add GlyphRun::slice()
Skia does not seem to have an API to easily draw parts of text runs, so
introduce ::slice() with which we can more easily construct spans of
text to render individually in future changes (e.g. ::selection
text-shadow support).
2026-02-06 10:47:50 +00:00

9.7 KiB