pangoLayoutSetFontDescription {RGtk2} | R Documentation |
Sets the default font description for the layout. If no font description is set on the layout, the font description from the layout's context is used.
pangoLayoutSetFontDescription(object, desc = NULL)
|
[PangoLayout ] a PangoLayout |
|
[PangoFontDescription ] the new PangoFontDescription , or NULL to unset the
current font description |
Derived by RGtkGen from GTK+ documentation