set_font_options
Description:
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.
Parameters:
this |
a Screen |
options |
a FontOptions, or null to unset any previously set default font options. |