pangoFontDescriptionSetFamilyStatic {RGtk2} | R Documentation |
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.
pangoFontDescriptionSetFamilyStatic(object, family)
|
[PangoFontDescription ] a PangoFontDescription |
|
[char] a string representing the family name. |
Derived by RGtkGen from GTK+ documentation