pangoFontMapListFamilies {RGtk2}R Documentation

pangoFontMapListFamilies

Description

List all families for a fontmap.

Usage

pangoFontMapListFamilies(object)

Arguments

object [PangoFontMap] a PangoFontMap

Value

A list containing the following elements:

families [PangoFontFamily] location to store a pointer to a list of PangoFontFamily *. This list should be freed with gFree().
n.families [integer] location to store the number of elements in families

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]