serenity/Userland
Andreas Kling 264b9b73ac LibGfx/OpenType: Ignore glyphs with bogus offsets
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! :^)
2023-03-29 07:06:13 +02:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications Browser: Remove unused variables in BookmarksBarWidget 2023-03-27 10:39:17 +01:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
DevTools LibFileSystem: Move TempFile from LibCore to LibFileSystem 2023-03-21 19:03:21 +00:00
DynamicLoader
Games Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Libraries LibGfx/OpenType: Ignore glyphs with bogus offsets 2023-03-29 07:06:13 +02:00
Services WebServer: Propagate more errors 2023-03-27 20:29:51 +01:00
Shell Shell: Skip rc files when not running interactively 2023-03-29 03:39:09 +03:30
Utilities headless-browser: Don't print extra newline after layout tree dumps 2023-03-25 19:41:31 +01:00
CMakeLists.txt