contextGetFontOptions

Retrieves any font rendering options previously set with funcPangoCairo.context_set_font_options.

This function does not report options that are derived from the target surface by funcupdate_context.

Parameters

context pango.context.Context

a pango.context.Context, from a pangocairo font map

Return Value

Type: cairo.font_options.FontOptions

the font options previously set on the context, or null if no options have been set. This value is owned by the context and must not be modified or freed.