ot_layout_script_find_language


Description:


[ Version ( deprecated = true ) ]
public Bool ot_layout_script_find_language (Face face, Tag table_tag, uint script_index, Tag language_tag, uint language_index)

Warning: ot_layout_script_find_language is deprecated.

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

Parameters:

face

Face to work upon

table_tag

HB_OT_TAG_GSUB or HB_OT_TAG_GPOS

script_index

The index of the requested script tag

language_tag

The Tag of the requested language

language_index

The index of the requested language

Returns:

`true` if the language tag is found, `false` otherwise


Namespace: HarfBuzz