diff --git a/vendor/stb/truetype/stb_truetype.odin b/vendor/stb/truetype/stb_truetype.odin index 56bb0667a..5b0022da2 100644 --- a/vendor/stb/truetype/stb_truetype.odin +++ b/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,