pangoFontFamilyGetName {RGtk2}R Documentation

pangoFontFamilyGetName

Description

Gets the name of the family. The name is unique among all fonts for the font backend and can be used in a PangoFontDescription to specify that a face from this family is desired.

Usage

pangoFontFamilyGetName(object)

Arguments

object [PangoFontFamily] a PangoFontFamily

Value

[char] the name of the family.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]