summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/TextLayout.cpp
AgeCommit message (Expand)Author
2023-02-22LibGfx: Consider multi-code point glyphs when computing text widthTimothy Flynn
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-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-27LibGfx: Use Font::pixel_size() instead of glyph_height() when paintingAndreas Kling
2021-07-27LibGfx: Take the glyph spacing into account when building a linesin-ack
2021-07-27LibGfx: Remove extra space considered during wrappingsin-ack
2021-07-27LibGfx: Hotfix a -Wmaybe-uninitialized failure on the build botsAndreas Kling
2021-07-27LibGfx: Make TextLayout algorithm whitespace-awaresin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack