mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
add missing fields to fontinfo
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ fontinfo :: struct {
|
|||||||
|
|
||||||
numGlyphs: c.int,
|
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,
|
index_map: c.int,
|
||||||
indexToLocFormat: c.int,
|
indexToLocFormat: c.int,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user