[ Version ( since = "2.10" ) ]
public void set_font_options (FontOptions? options)
Sets the default font options for the screen.
These options will be set on any Context’s newly created with pango_context_get_for_screen. Changing the default set of font options does not affect contexts that have already been created.
this |
a Screen |
options |
a FontOptions, or null to unset any previously set default font options. |