Method
PangoFontFamilylist_faces
Declaration
void
pango_font_family_list_faces (
PangoFontFamily* family,
PangoFontFace*** faces,
int* n_faces
)
Parameters
faces
-
Type: An array of
PangoFontFace**
No description available.
The argument will be set by the function. The argument can be NULL
.The length of the array is specified in the n_faces
argument.The caller of the method takes ownership of the data container, but not the data inside it. n_faces
-
Type:
int*
No description available.
The argument will be set by the function.