Context.getFontOptions

Retrieves font rendering options set via #cairo_set_font_options. Note that the returned options do not include any options derived from the underlying surface; they are literally the options passed to cairo.context.Context.setFontOptions.

class Context
void
getFontOptions

Parameters

options cairo.font_options.FontOptions

a #cairo_font_options_t object into which to store the retrieved options. All existing values are overwritten