summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/TextLayout.cpp
AgeCommit message (Expand)Author
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