Gimp.fonts_popup

function fonts_popup(font_callback: String, popup_title: String, initial_font: String): Boolean {
    // Gjs 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

TRUE on success.