mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-05 12:16:36 +00:00
To get away from the ancient (and buggy) text layout code in Gfx::Painter, we want to remove all the uses of Painter::draw_text(). As a first step towards this, we implement the draw_text() display list command in terms of the draw_text_run() command by performing the very simple necessary layout in draw_text() beforehand.