Method
GdkScreenget_font_options
since: 2.10
Declaration [src]
const cairo_font_options_t*
gdk_screen_get_font_options (
GdkScreen* screen
)
Description [src]
Gets any options previously set with gdk_screen_set_font_options().
Available since: 2.10
Gets property | Gdk.Screen:font-options |
Return value
Type: cairo_font_options_t
The current font options, or NULL
if no
default font options have been set.
The returned data is owned by the instance. |
The return value can be NULL . |