Function
Pango.AttrFontFeatures.new
Declaration [src]
PangoAttribute*
pango_attr_font_features_new (
const gchar* features
)
Parameters
features |
const gchar* |
a string with OpenType font features, in CSS syntax |
|
The data is owned by the caller of the function | |
The string is a NUL terminated UTF-8 string |
Return value
Returns: PangoAttribute |
|
the newly allocated |
|
The caller of the function takes ownership of the data, and is responsible for freeing it |