Gimp.fonts_set_popup

function fonts_set_popup(font_callback: String, font_name: String): Boolean {
    // Gjs 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

TRUE on success.