Gimp.fonts_popup
@accepts(unicode, unicode, unicode)
@returns(bool)
def fonts_popup(font_callback, popup_title, initial_font):
# Python wrapper for gimp_fonts_popup()
Invokes the Gimp font selection.
This procedure opens the font selection dialog.
- font_callback
The callback PDB proc to call when font selection is made.
- popup_title
Title of the font selection dialog.
- initial_font
The name of the font to set as the first selected.
- Returns