otTagsToScriptAndLanguage

Converts a script tag and a language tag to an #hb_script_t and an #hb_language_t.

Parameters

scriptTag harfbuzz.types.Tag

a script tag

languageTag harfbuzz.types.Tag

a language tag

script harfbuzz.types.Script

the #hb_script_t corresponding to script_tag.

language harfbuzz.types.Language

the #hb_language_t corresponding to script_tag and language_tag.