Age | Commit message (Expand) | Author |
---|---|---|
2023-01-06 | LibGfx: Make text painting better at aligning vector fonts vertically | Andreas Kling |
2023-01-06 | LibGfx: Slim down Gfx::TextLayout API by removing unused accessors | Andreas Kling |
2023-01-05 | LibGfx: Avoid rounding/truncating glyph positions till blitting | MacDue |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-09-17 | Everywhere: Fix badly-formatted includes | Ben Wiederhake |
2022-04-09 | LibGfx: Move other font-related files to LibGfx/Font/ | Simon Wanner |
2021-07-26 | Userland: Move text wrapping/elision into the new TextLayout :^) | sin-ack |