ot_layout_table_find_script


Description:


public Bool ot_layout_table_find_script (Face face, Tag table_tag, Tag script_tag, out uint script_index)

Fetches the index if a given script tag in the specified face's GSUB table or GPOS table.

Parameters:

face

Face to work upon

table_tag

HB_OT_TAG_GSUB or HB_OT_TAG_GPOS

script_tag

Tag of the script tag requested

script_index

The index of the requested script tag

Returns:

`true` if the script is found, `false` otherwise


Namespace: HarfBuzz