#hb_face_t to work upon
#HB_OT_TAG_GSUB or #HB_OT_TAG_GPOS
Array of #hb_tag_t script tags
The index of the requested script
#hb_tag_t of the requested script
true if one of the requested scripts is selected, false if a fallback script is selected or if no scripts are selected.
Selects an OpenType script for table_tag from the script_tags array.
If the table does not have any of the requested scripts, then DFLT, dflt, and latn tags are tried in that order. If the table still does not have any of these scripts, script_index is set to #HB_OT_LAYOUT_NO_SCRIPT_INDEX and chosen_script is set to #HB_TAG_NONE.