otTagsToScriptAndLanguage
fn
void otTagsToScriptAndLanguage(harfbuzz.types.Tag scriptTag, harfbuzz.types.Tag languageTag, out harfbuzz.types.Script script, out harfbuzz.types.Language language)Converts a script tag and a language tag to an #hb_script_t and an #hb_language_t.
Parameters
scriptTag | a script tag |
languageTag | a language tag |
script | the #hb_script_t corresponding to script_tag. |
language | the #hb_language_t corresponding to script_tag and language_tag. |