Screen.setFontOptions

Sets the default font options for the screen. These options will be set on any PangoContext's newly created with gdk_pango_context_get_for_screen(). Changing the default set of font options does not affect contexts that have already been created. Since 2.10

class Screen
void
setFontOptions

Parameters

options FontOption

a cairo_font_options_t, or NULL to unset any previously set default font options. [allow-none]

Meta