ot_layout_table_find_feature_variations


Description:


public Bool ot_layout_table_find_feature_variations (Face face, Tag table_tag, int coords, uint num_coords, out uint variations_index)

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

Parameters:

face

Face to work upon

table_tag

HB_OT_TAG_GSUB or HB_OT_TAG_GPOS

coords

The variation coordinates to query

num_coords

The number of variation coordinates

variations_index

The array of feature variations found for the query

Returns:

`true` if feature variations were found, `false` otherwise.


Namespace: HarfBuzz