Method
PangoOTInfolist_features
Declaration [src]
PangoOTTag*
pango_ot_info_list_features (
  PangoOTInfo* info,
  PangoOTTableType table_type,
  PangoOTTag tag,
  guint script_index,
  guint language_index
)
Parameters
- table_type
- 
            Type: PangoOTTableTypeThe table type to obtain information about. 
- tag
- 
            Type: PangoOTTagUnused parameter. 
- script_index
- 
            Type: guintThe index of the script to obtain information about. 
- language_index
- 
            Type: guintThe index of the language to list features for, or PANGO_OT_DEFAULT_LANGUAGE, to list features for the default language of the script.
Return value
Type: PangoOTTag
A newly-allocated zero-terminated array containing the tags of the available features.
| The data is owned by the instance. |