Method
PangoFontget_features
since: 1.44
Declaration
void
pango_font_get_features (
PangoFont* font,
hb_feature_t* features,
guint len,
guint* num_features
)
Parameters
features
-
Type: An array of
hb_feature_t
No description available.
The argument will be set by the function. The length of the array is specified in the len
argument.The data is owned by the instance. len
-
Type:
guint
No description available.
num_features
-
Type:
guint*
No description available.
The argument will be modified by the function.