GimpUi.FontSelectButton.prototype.set_font

function set_font(font_name: String): void {
    // Gjs wrapper for gimp_font_select_button_set_font()
}
  

Sets the current font for the font select button.

Since 2.4

font_name

Font name to set; null means no change.