[subset] collect elidedFallbackNameID in STAT table

This commit is contained in:
Qunxin Liu 2023-03-13 15:51:45 -07:00
parent 125450d2f2
commit 0d65738633
1 changed files with 2 additions and 0 deletions

View File

@ -536,6 +536,8 @@ struct STAT
| hb_map (&AxisValue::get_value_name_id)
| hb_sink (nameids_to_retain)
;
nameids_to_retain->add (elidedFallbackNameID);
}
bool subset (hb_subset_context_t *c) const