1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:07:46 +00:00

LibWeb: Move text fragment painting to PaintableWithLines

All the other painting code has moved to paintables already.
This commit is contained in:
Andreas Kling 2022-03-16 23:03:18 +01:00
parent 7969161f07
commit be5f0b5ac4
6 changed files with 147 additions and 164 deletions

View file

@ -55,8 +55,6 @@ public:
float absolute_x() const { return absolute_rect().x(); }
void paint(PaintContext&, Painting::PaintPhase);
bool ends_in_whitespace() const;
bool is_justifiable_whitespace() const;
StringView text() const;