PgFontFamily.listFaces

Lists the different font faces that make up family. The faces in a family share a common design, but differ in slant, weight, width and other aspects.

class PgFontFamily
void
listFaces

Parameters

faces PgFontFace[]

location to store an array of pointers to PangoFontFace objects, or NULL. This array should be freed with g_free() when it is no longer needed. out[allow-none][array length=n_faces][transfer container]

Meta