#hb_face_t to work upon
#HB_OT_TAG_GSUB or #HB_OT_TAG_GPOS
The index of the requested script tag
The array of language tags
The index of the chosen language
#hb_tag_t of the chosen language
true if one of the given language tags is found, false otherwise
Fetches the index of the first language tag fom language_tags that is present in the specified face's GSUB or GPOS table, underneath the specified script index.
If none of the given language tags is found, false is returned and language_index is set to #HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX and chosen_language is set to #HB_TAG_NONE.