Method
PangoFontFamilyget_face
Declaration [src]
PangoFontFace*
pango_font_family_get_face (
PangoFontFamily* family,
const char* name
)
Parameters
name |
const char* |
The name of a face. If the name is |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | PangoFontFace |
The |
|
The data is owned by the instance. | |
The return value can be NULL . |