Gimp.TextLayer.prototype.set_indent
function set_indent(indent: Number(gdouble)): Boolean {
// Gjs wrapper for gimp_text_layer_set_indent()
}
Set the indentation of the first line in a text layer.
This procedure sets the indentation of the first line in the text layer.
Since 2.6
- indent
The indentation for the first line.
- Returns
TRUE on success.