Method
PangoFontMaplist_families
Declaration [src]
void
pango_font_map_list_families (
  PangoFontMap* fontmap,
  PangoFontFamily*** families,
  int* n_families
)
Description [src]
List all families for a fontmap.
Note that the returned families are not in any particular order.
PangoFontMap also implemented the GListModel interface
for enumerating families.
Parameters
- families
- 
            Type: An array of PangoFontFamily**Location to store a pointer to an array of PangoFontFamily*. This array should be freed with g_free().The argument will be set by the function. The length of the array is specified in the n_familiesargument.The caller of the method takes ownership of the data container, but not the data inside it. 
- n_families
- 
            Type: int*Location to store the number of elements in families.The argument will be set by the function.