Gimp.TextLayer.get_justification

@accepts(Gimp.TextLayer)
@returns(Gimp.TextJustification)
def get_justification(self):
    # 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

self

The text layer.

Returns