Merge pull request #2548 from ntn9995/fix_stb_truetype

add missing fields to fontinfo
This commit is contained in:
Jeroen van Rijn
2023-05-20 15:33:11 +02:00
committed by GitHub
+1 -1
View File
@@ -200,7 +200,7 @@ fontinfo :: struct {
numGlyphs: c.int,
loca, head, glyf, hhea, hmtx, kern: c.int,
loca, head, glyf, hhea, hmtx, kern, gpos, svg: c.int,
index_map: c.int,
indexToLocFormat: c.int,