otLayoutTableFindFeatureVariations

Fetches a list of feature variations in the specified face's GSUB table or GPOS table, at the specified variation coordinates.

Parameters

face harfbuzz.face.Face

#hb_face_t to work upon

tableTag harfbuzz.types.Tag

#HB_OT_TAG_GSUB or #HB_OT_TAG_GPOS

coords int[]

The variation coordinates to query

variationsIndex uint

The array of feature variations found for the query

Return Value

Type: harfbuzz.types.Bool

true if feature variations were found, false otherwise.