pangoFontDescriptionSetFamilyStatic {RGtk2}R Documentation

pangoFontDescriptionSetFamilyStatic

Description

Like pangoFontDescriptionSetFamily, except that no copy of family is made. This function can be used if family is a static string such as a C string literal, or if desc is only needed temporarily.

Usage

pangoFontDescriptionSetFamilyStatic(object, family)

Arguments

object [PangoFontDescription] a PangoFontDescription
family [char] a string representing the family name.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]