From 9e5677ab0267ae48d3dd54c55710a132cd4efc04 Mon Sep 17 00:00:00 2001 From: ikarus Date: Sat, 20 May 2023 20:07:41 +0700 Subject: [PATCH] add missing fields to fontinfo --- vendor/stb/truetype/stb_truetype.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,