Gimp.TextLayer.prototype.set_text

function set_text(text: String): Boolean {
    // Gjs wrapper for gimp_text_layer_set_text()
}
  

Set the text of a text layer.

This procedure changes the text of a text layer.

Since 2.6

text

The new text to set.

Returns

TRUE on success.