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
..
2024-06-21 10:31:13 +02:00
2024-05-07 11:15:04 -04:00
2024-03-24 18:37:44 +01:00
2023-12-24 13:25:40 +01:00
2024-03-21 09:19:22 +01:00
2024-01-08 09:26:43 +01:00
2024-02-12 13:38:10 +01:00
2024-05-26 07:55:50 +02:00
2024-05-29 08:17:01 +02:00
2024-01-10 23:27:28 +01:00
2024-01-15 14:33:56 +01:00
2024-05-07 11:15:04 -04:00
2024-01-07 09:03:57 +01:00
2024-01-27 07:46:37 +01:00
2024-01-08 09:26:43 +01:00
2024-01-12 15:04:06 +01:00
2024-01-12 15:04:06 +01:00
2024-02-11 08:12:31 +01:00
2024-01-12 15:04:06 +01:00
2024-01-08 09:26:43 +01:00
2024-01-09 00:03:09 +01:00
2024-01-22 07:12:25 +01:00
2024-03-29 21:59:56 +01:00
2024-05-14 23:01:18 +01:00
2023-12-24 13:25:40 +01:00
2024-03-12 08:51:50 +01:00
2023-12-24 13:25:40 +01:00
2024-03-29 21:59:56 +01:00
2023-11-05 02:46:46 +01:00
2024-01-21 19:23:31 +01:00
2024-01-26 07:36:40 +01:00
2024-01-12 15:04:06 +01:00