This commit is contained in:
Garret Rieger 2022-06-30 23:04:35 +00:00
parent d6f579e96a
commit dbfd2bf327
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ _remap_indexes (const hb_set_t *indexes,
typedef void (*layout_collect_func_t) (hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes /* OUT */);
/**
/*
* Removes all tags from 'tags' that are not in filter. Additionally eliminates any duplicates.
* Returns true if anything was removed (not including duplicates).
*/