mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-19 19:19:18 +00:00
Some fonts (like the Bootstrap Icons webfont) have bogus glyph offsets in the `loca` table that point past the end of the `glyf` table. AFAICT other rasterizers simply ignore these glyphs and treat them as if they were missing. So let's do the same. This makes https://changelog.serenityos.org/ actually work! :^)