Function
Pango.attr_family_new
Declaration [src]
PangoAttribute*
pango_attr_family_new (
const char* family
)
Parameters
family |
const char* |
the family or comma separated list of families |
|
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 |