Jelajahi Sumber

Merge pull request #2548 from ntn9995/fix_stb_truetype

add missing fields to fontinfo
Jeroen van Rijn 2 tahun lalu
induk
melakukan
963908e508
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,