Browse Source

Merge pull request #2548 from ntn9995/fix_stb_truetype

add missing fields to fontinfo
Jeroen van Rijn 2 years ago
parent
commit
963908e508
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,
 
-	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,