otLayoutTableGetScriptTags

Fetches a list of all scripts enumerated in the specified face's GSUB table or GPOS table. The list returned will begin at the offset provided.

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 script tag to retrieve

scriptTags harfbuzz.types.Tag[]

The array of #hb_tag_t script tags found for the query

Return Value

Type: uint

Total number of script tags.