From 0d65738633f84cfbf69325edb8189ee0184d50cf Mon Sep 17 00:00:00 2001 From: Qunxin Liu Date: Mon, 13 Mar 2023 15:51:45 -0700 Subject: [PATCH] [subset] collect elidedFallbackNameID in STAT table --- src/hb-ot-stat-table.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-ot-stat-table.hh b/src/hb-ot-stat-table.hh index 2006f677d..de553dd72 100644 --- a/src/hb-ot-stat-table.hh +++ b/src/hb-ot-stat-table.hh @@ -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