ot_layout_language_find_feature


Description:


public Bool ot_layout_language_find_feature (Face face, Tag table_tag, uint script_index, uint language_index, Tag feature_tag, out uint feature_index)

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

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_index

The index of the requested language tag

feature_tag

Tag of the feature tag requested

feature_index

The index of the requested feature

Returns:

`true` if the feature is found, `false` otherwise


Namespace: HarfBuzz