Fetches a list of all feature-lookup indexes in the specified face's GSUB table or GPOS table, underneath the specified scripts, languages, and features.
If no list of scripts is provided, all scripts will be queried. If no list of languages is provided, all languages will be queried. If no list of features is provided, all features will be queried.
| face |
Face to work upon |
| table_tag |
|
| scripts |
The array of scripts to collect lookups for, terminated by hb_tag_none |
| languages |
The array of languages to collect lookups for, terminated by hb_tag_none |
| features |
The array of features to collect lookups for, terminated by hb_tag_none |
| lookup_indexes |
The array of lookup indexes found for the query |