Method

GtkWidgetget_font_options

Declaration [src]

const cairo_font_options_t*
gtk_widget_get_font_options (
  GtkWidget* widget
)

Description [src]

Returns the cairo_font_options_t of widget.

Seee gtk_widget_set_font_options().

Return value

Type: cairo_font_options_t

The cairo_font_options_t of widget.

The returned data is owned by the instance.
The return value can be NULL.