mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 08:06:09 +00:00
Font::width(string) will subtract one Font::glyph_spacing() from the result, since we don't put any spacing after the last glyph. This was messing up text layout here, since we assumed each glyph width also included the glyph spacing.