Skip to content

Commit 574b6a9

Browse files
committed
Update is_extra function to match otf_metrics gvar status
1 parent 112b058 commit 574b6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generated/api_helper/otf_metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5608,7 +5608,7 @@ fn is_extra(table_id: &u32) -> bool {
56085608
b"cmap" | b"head" | b"hhea" | b"hmtx" | b"maxp" | b"name" | b"OS/2" | b"post" => false,
56095609
b"cvt " | b"fpgm" | b"loca" | b"glyf" | b"prep" | b"gasp" => false,
56105610
b"GDEF" | b"GPOS" | b"GSUB" | b"BASE" => false,
5611-
b"fvar" => false,
5611+
b"fvar" | b"gvar" => false,
56125612
b"kern" | b"STAT" | b"vhea" | b"vmtx" => false,
56135613
// FIXME - update with more cases as we handle more table records
56145614
_ => true,

0 commit comments

Comments
 (0)