FontFamily.listFaces

void listFaces(out pango.font_face.FontFace[] faces)

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.

Note that the returned faces are not in any particular order, and multiple faces may have the same name or characteristics.

[pango.font_family.FontFamily] also implemented the [gio.list_model.ListModel] interface for enumerating faces.

Parameters

faceslocation to store an array of pointers to [pango.font_face.FontFace] objects, or null. This array should be freed with [glib.global.gfree] when it is no longer needed.