Skip to content

Commit 6e75b3c

Browse files
authored
chore: Deduplicate vhea parsing (#204)
1 parent 7b58ee3 commit 6e75b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ impl<'a> Face<'a> {
13541354
.and_then(|data| sbix::Table::parse(maxp.number_of_glyphs, data)),
13551355
stat: raw_tables.stat.and_then(stat::Table::parse),
13561356
svg: raw_tables.svg.and_then(svg::Table::parse),
1357-
vhea: raw_tables.vhea.and_then(vhea::Table::parse),
1357+
vhea,
13581358
vmtx,
13591359
vorg: raw_tables.vorg.and_then(vorg::Table::parse),
13601360

0 commit comments

Comments
 (0)