otLayoutTableFindScript

Fetches the index if a given script tag in the specified face's GSUB table or GPOS 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

scriptTag harfbuzz.types.Tag

#hb_tag_t of the script tag requested

scriptIndex uint

The index of the requested script tag

Return Value

Type: harfbuzz.types.Bool

true if the script is found, false otherwise