Gimp.text_layer_get_justification
@accepts(Gimp.Layer)
@returns(Gimp.TextJustification)
def text_layer_get_justification(layer):
# Python wrapper for gimp_text_layer_get_justification()
Get the text justification information of the text layer.
This procedure returns the alignment of the lines in the text layer relative to each other.
Since 2.6
- layer
The text layer.
- Returns