Gimp.fonts_set_popup
@accepts(unicode, unicode)
@returns(bool)
def fonts_set_popup(font_callback, font_name):
# Python wrapper for gimp_fonts_set_popup()
Sets the current font in a font selection dialog.
Sets the current font in a font selection dialog.
- font_callback
The name of the callback registered for this pop-up.
- font_name
The name of the font to set as selected.
- Returns