ot_layout_language_get_feature_indexes


Description:


public uint ot_layout_language_get_feature_indexes (Face face, Tag table_tag, uint script_index, uint language_index, uint start_offset, out uint[] feature_indexes)

Fetches a list of all features in the specified face's GSUB table or GPOS table, underneath the specified script and language.

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

script_index

The index of the requested script tag

language_index

The index of the requested language tag

start_offset

offset of the first feature tag to retrieve

feature_indexes

The array of feature indexes found for the query

feature_count

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

Returns:

Total number of features.


Namespace: HarfBuzz