We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112b058 commit 574b6a9Copy full SHA for 574b6a9
generated/api_helper/otf_metrics.rs
@@ -5608,7 +5608,7 @@ fn is_extra(table_id: &u32) -> bool {
5608
b"cmap" | b"head" | b"hhea" | b"hmtx" | b"maxp" | b"name" | b"OS/2" | b"post" => false,
5609
b"cvt " | b"fpgm" | b"loca" | b"glyf" | b"prep" | b"gasp" => false,
5610
b"GDEF" | b"GPOS" | b"GSUB" | b"BASE" => false,
5611
- b"fvar" => false,
+ b"fvar" | b"gvar" => false,
5612
b"kern" | b"STAT" | b"vhea" | b"vmtx" => false,
5613
// FIXME - update with more cases as we handle more table records
5614
_ => true,
0 commit comments