mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
add missing fields to fontinfo
This commit is contained in:
2
vendor/stb/truetype/stb_truetype.odin
vendored
2
vendor/stb/truetype/stb_truetype.odin
vendored
@@ -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