otLayoutLanguageGetRequiredFeature

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 harfbuzz.face.Face

#hb_face_t to work upon

tableTag harfbuzz.types.Tag

#HB_OT_TAG_GSUB or #HB_OT_TAG_GPOS

scriptIndex uint

The index of the requested script tag

languageIndex uint

The index of the requested language tag

featureIndex uint

The index of the requested feature

featureTag harfbuzz.types.Tag

The #hb_tag_t of the requested feature

Return Value

Type: harfbuzz.types.Bool

true if the feature is found, false otherwise