Widget.modifyFont

Sets the font to use for a widget.

All other style values are left untouched. See also gtk.widget.Widget.modifyStyle.

More...
class Widget
void
modifyFont

Parameters

fontDesc pango.font_description.FontDescription

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

Detailed Description

Deprecated: Use gtk.widget.Widget.overrideFont instead