Widget.overrideFont

void overrideFont(pango.font_description.FontDescription fontDesc = null)

Sets the font to use for a widget. All other style values are left untouched. See gtk.widget.Widget.overrideColor.

Parameters

fontDescthe font description to use, or null to undo the effect of previous calls to gtk.widget.Widget.overrideFont

Deprecated

This function is not useful in the context of CSS-based

rendering. If you wish to change the font a widget uses to render its text you should use a custom CSS style, through an application-specific #GtkStyleProvider and a CSS style class.