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_set_font_options(). Since 1.0

class Context
void
getFontOptions

Parameters

options FontOption

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

Meta