otTagsFromScriptAndLanguage
fn
void otTagsFromScriptAndLanguage(harfbuzz.types.Script script, harfbuzz.types.Language language, ref uint scriptCount, out harfbuzz.types.Tag scriptTags, ref uint languageCount, out harfbuzz.types.Tag languageTags)Converts an #hb_script_t and an #hb_language_t to script and language tags.
Parameters
script | an #hb_script_t to convert. |
language | an #hb_language_t to convert. |
scriptCount | maximum number of script tags to retrieve (IN) and actual number of script tags retrieved (OUT) |
scriptTags | array of size at least script_count to store the script tag results |
languageCount | maximum number of language tags to retrieve (IN) and actual number of language tags retrieved (OUT) |
languageTags | array of size at least language_count to store the language tag results |