otLayoutTableGetFeatureTags

Fetches a list of all feature tags in the given face's GSUB or GPOS table. Note that there might be duplicate feature tags, belonging to different script/language-system pairs of the table.

Parameters

face harfbuzz.face.Face

#hb_face_t to work upon

tableTag harfbuzz.types.Tag

#HB_OT_TAG_GSUB or #HB_OT_TAG_GPOS

startOffset uint

offset of the first feature tag to retrieve

featureTags harfbuzz.types.Tag[]

Array of feature tags found in the table

Return Value

Type: uint

Total number of feature tags.