true if languages match, false otherwise.harfbuzz.types.Bool languageMatches(harfbuzz.types.Language language, harfbuzz.types.Language specific)Check whether a second language tag is the same or a more specific version of the provided language tag. For example, "fa_IR.utf8" is a more specific tag for "fa" or for "fa_IR".
language | The #hb_language_t to work on |
specific | Another #hb_language_t |
true if languages match, false otherwise.