Ver Fonte

Merge pull request #2548 from ntn9995/fix_stb_truetype

add missing fields to fontinfo
Jeroen van Rijn há 2 anos atrás
pai
commit
963908e508
1 ficheiros alterados com 1 adições e 1 exclusões
  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,