Checks whether an error has previously occurred for this font options object

cairo_font_options_status(options)

Arguments

options

[cairo_font_options_t *] a #cairo_font_options_t

Value

[int]

Details

Return value: %CAIRO_STATUS_SUCCESS or %CAIRO_STATUS_NO_MEMORY

Since: 1.0

C function prototype: cairo_status_t cairo_font_options_status (cairo_font_options_t *options)

See also