ladybird/Userland
Andreas Kling 63f8feb9a4 LibWeb: Implement RecordingPainter::draw_text() via draw_text_run()
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.
2024-06-21 10:31:13 +02:00
..
Libraries LibWeb: Implement RecordingPainter::draw_text() via draw_text_run() 2024-06-21 10:31:13 +02:00
Services Everywhere: Remove AffineCommandExecutorCPU 2024-06-19 17:22:30 +03:00
Utilities LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00