Some minor fixes

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
jpirnay
2026-04-28 18:06:56 +02:00
co-authored by Copilot
parent c84b971455
commit fd35b50ff9
3 changed files with 37 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@
#include <climits>
#include <cstring>
#include <memory>
#include <new>
static_assert(sizeof(EpdGlyph) == 16, "EpdGlyph must be 16 bytes to match .cpfont file layout");
static_assert(sizeof(EpdUnicodeInterval) == 12, "EpdUnicodeInterval must be 12 bytes to match .cpfont file layout");