Function

HarfBuzz-0.0HarfBuzzot_layout_script_find_languageDeprecated 2.0.0Since 0.6.0

  • Fetches the index of a given language tag in the specified face's GSUB table or GPOS table, underneath the specified script tag.

    Parameters

    • Deprecatedface: face_t

      HarfBuzz.face_t to work upon

    • Deprecatedtable_tag: number

      #HB_OT_TAG_GSUB or #HB_OT_TAG_GPOS

    • Deprecatedscript_index: number

      The index of the requested script tag

    • Deprecatedlanguage_tag: number

      The HarfBuzz.tag_t of the requested language

    • Deprecatedlanguage_index: number

      The index of the requested language

    Returns number

    true if the language tag is found, false otherwise

    0.6.0

    since 2.0.0