otTagsToScriptAndLanguage

fnvoid 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

scriptTaga script tag
languageTaga language tag
scriptthe #hb_script_t corresponding to script_tag.
languagethe #hb_language_t corresponding to script_tag and language_tag.