otLayoutTableFindFeatureVariations

fnharfbuzz.types.Bool otLayoutTableFindFeatureVariations(harfbuzz.face.Face face, harfbuzz.types.Tag tableTag, int[] coords, out uint variationsIndex)

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

Parameters

face#hb_face_t to work upon
tableTag#HB_OT_TAG_GSUB or #HB_OT_TAG_GPOS
coordsThe variation coordinates to query
variationsIndexThe array of feature variations found for the query

Returns

true if feature variations were found, false otherwise.