Virtual Method

PangoFontFamilylist_faces

Declaration

void
list_faces (
  PangoFontFamily* family,
  PangoFontFace*** faces,
  int* n_faces
)

Description

No description available.

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 function 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.