GimpUi.FontSelectButton.set_font
@accepts(GimpUi.FontSelectButton, unicode)
@returns(none)
def set_font(self, font_name):
# Python wrapper for gimp_font_select_button_set_font()
Sets the current font for the font select button.
Since 2.4
- self
- font_name
Font name to set; None means no change.