Method
PangoOT.Info.list_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 |
PangoOTTableType |
the table type to obtain information about |
|
tag |
PangoOTTag |
unused parameter |
|
script_index |
guint |
the index of the script to obtain information about |
|
language_index |
guint |
the index of the language to list features for, or
|
Return value
Returns: PangoOTTag |
|
a newly-allocated zero-terminated array containing the tags of the available features |
|
The data is owned by the called function |