Gimp.fonts_popup
@accepts(unicode, unicode, unicode)
@returns(bool)
def fonts_popup(font_callback, popup_title, initial_font_name):
# Python wrapper for gimp_fonts_popup()
Invokes the Gimp font selection dialog.
Opens a dialog letting a user choose a font.
- font_callback
The callback PDB proc to call when user chooses a font.
- popup_title
Title of the font selection dialog.
- initial_font_name
The name of the initial font choice.
- Returns