summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/TextLayout.h
AgeCommit message (Expand)Author
2023-01-06LibGfx: Make text painting better at aligning vector fonts verticallyAndreas Kling
2023-01-06LibGfx: Slim down Gfx::TextLayout API by removing unused accessorsAndreas Kling
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-17Everywhere: Fix badly-formatted includesBen Wiederhake
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack