[util] Minor in --list-features clear feature set between GSUB/GPOS

This commit is contained in:
Behdad Esfahbod 2023-01-16 11:04:38 -07:00
parent f25e3696eb
commit 0f4da85074
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ _list_features (hb_face_t *face)
}
while (script_count == sizeof script_array / sizeof script_array[0]);
hb_set_clear (features);
hb_tag_t feature_array[32];
unsigned feature_count = sizeof feature_array / sizeof feature_array[0];
unsigned feature_offset = 0;