1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 12:11:01 +00:00
serenity/Userland/Libraries/LibGfx/Font/WOFF2
Andreas Kling 2971ae59d8 LibGfx/WOFF2: Align all reconstructed glyf entries to 4 bytes
It wasn't enough to do it only for simple glyphs, we need to do it for
composite glyphs as well.

Fixes an issue where some glyph data was misaligned in the output and
thus ended up rendered incorrectly or not at all.
2023-08-16 14:49:59 +02:00
..
Font.cpp LibGfx/WOFF2: Align all reconstructed glyf entries to 4 bytes 2023-08-16 14:49:59 +02:00
Font.h