Files
ladybird/Libraries/LibGfx/TextLayout.cpp
Jelle Raaijmakers df20ac0f3c LibGfx: Optimize Gfx::measure_text_width()
Instead of constructing a GlyphRun, just add the X advances of all
glyphs to determine a text's width.
2025-06-17 17:03:33 +02:00

4.5 KiB