renderer: use direct FreeType with explicit font files

This commit is contained in:
2026-08-13 20:40:38 +09:00
parent 125e9349c0
commit f46d51b539
16 changed files with 314 additions and 5201 deletions

2
dat.h
View File

@@ -18,7 +18,7 @@ enum
LangVI = 0x16,
Fontsz = 32,
Nglyphs = 0x20000,
Maxfonts = 4,
Maxrunes = 64,
Maxutf = Maxrunes * UTFmax + 1,
};