mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-09 13:01:38 -07:00
Merge pull request #2548 from ntn9995/fix_stb_truetype
add missing fields to fontinfo
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user