Browse Source

add missing fields to fontinfo

ikarus 2 years ago
parent
commit
9e5677ab02
1 changed files with 1 additions and 1 deletions
  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,
 	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,
 	index_map: c.int,
 	indexToLocFormat: c.int,
 	indexToLocFormat: c.int,