We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b58ee3 commit 6e75b3cCopy full SHA for 6e75b3c
1 file changed
src/lib.rs
@@ -1354,7 +1354,7 @@ impl<'a> Face<'a> {
1354
.and_then(|data| sbix::Table::parse(maxp.number_of_glyphs, data)),
1355
stat: raw_tables.stat.and_then(stat::Table::parse),
1356
svg: raw_tables.svg.and_then(svg::Table::parse),
1357
- vhea: raw_tables.vhea.and_then(vhea::Table::parse),
+ vhea,
1358
vmtx,
1359
vorg: raw_tables.vorg.and_then(vorg::Table::parse),
1360
0 commit comments