瀏覽代碼

add missing fields to fontinfo

ikarus 2 年之前
父節點
當前提交
9e5677ab02
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vendor/stb/truetype/stb_truetype.odin

+ 1 - 1
vendor/stb/truetype/stb_truetype.odin

@@ -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,