gdkScreenSetFontOptions {RGtk2} | R Documentation |
Sets the default font options for the screen. These
options will be set on any PangoContext
's newly created
with gdkPangoContextGetForScreen
. Changing the
default set of font options does not affect contexts that
have already been created.
gdkScreenSetFontOptions(object, options)
|
[GdkScreen ] a GdkScreen |
|
[CairoFontOptions ] a CairoFontOptions , or NULL to unset any
previously set default font options. |
Since 2.10
Derived by RGtkGen from GTK+ documentation