Gimp.TextLayer.set_indent
@accepts(Gimp.TextLayer, float)
@returns(bool)
def set_indent(self, indent):
# Python 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
- self
The text layer.
- indent
The indentation for the first line.
- Returns