pangoLayoutSetFontDescription {RGtk2}R Documentation

pangoLayoutSetFontDescription

Description

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.

Usage

pangoLayoutSetFontDescription(object, desc = NULL)

Arguments

object [PangoLayout] a PangoLayout
desc [PangoFontDescription] the new PangoFontDescription, or NULL to unset the current font description

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]