Gimp.fonts_popup
function fonts_popup(font_callback: String, popup_title: String, initial_font_name: String): Boolean {
// Gjs 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
TRUE on success.