Method

GdkScreenset_font_options

since: 2.10

Declaration [src]

void
gdk_screen_set_font_options (
  GdkScreen* screen,
  const cairo_font_options_t* options
)

Description [src]

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.

Available since: 2.10

Parameters

options

Type: cairo_font_options_t

A #cairo_font_options_t, or NULL to unset any previously set default font options.

The argument can be NULL.
The data is owned by the caller of the method.