Widget.setFontOptions
void setFontOptions(cairo.font_options.FontOptions options = null)Sets the cairo.font_options.FontOptions used for Pango rendering in this widget.
When not set, the default font options for the gdk.display.Display will be used.
Parameters
options | a cairo.font_options.FontOptions to unset any previously set default font options |