pangoFontMapListFamilies {RGtk2}R Documentation

pangoFontMapListFamilies

Description

List all families for a fontmap.

Usage

pangoFontMapListFamilies(object)

Arguments

object

a PangoFontMap

Value

A list containing the following elements:

families

location to store a pointer to a list of PangoFontFamily *. This list should be freed with gFree().

n.families

location to store the number of elements in families

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]