contextSetFontOptions
fn
void contextSetFontOptions(pango.context.Context context, cairo.font_options.FontOptions options = null)Sets the font options used when rendering text with this context.
These options override any options that funcupdate_context derives from the target surface.
Parameters
context | a pango.context.Context, from a pangocairo font map |
options | a cairo.font_options.FontOptions, or null to unset any previously set options. A copy is made. |