ot_layout_language_get_required_feature


Description:


[ Version ( since = "0.9.30" ) ]
public Bool ot_layout_language_get_required_feature (Face face, Tag table_tag, uint script_index, uint language_index, out uint feature_index, out Tag feature_tag)

Fetches the tag of a requested feature index in the given face's GSUB 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_index

The index of the requested feature

feature_tag

The Tag of the requested feature

Returns:

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


Namespace: HarfBuzz