ot_layout_feature_with_variations_get_lookups


Description:


public uint ot_layout_feature_with_variations_get_lookups (Face face, Tag table_tag, uint feature_index, uint variations_index, uint start_offset, out uint[] lookup_indexes)

Fetches a list of all lookups enumerated for the specified feature, in the specified face's GSUB table or GPOS table, enabled at the specified variations index.

The list returned will begin at the offset provided.

Parameters:

face

Face to work upon

table_tag

HB_OT_TAG_GSUB or HB_OT_TAG_GPOS

feature_index

The index of the feature to query

variations_index

The index of the feature variation to query

start_offset

offset of the first lookup to retrieve

lookup_indexes

The array of lookups found for the query

lookup_count

Input = the maximum number of lookups to return; Output = the actual number of lookups returned (may be zero)

Returns:

Total number of lookups.


Namespace: HarfBuzz