Gimp.TextLayer.get_base_direction
@accepts(Gimp.TextLayer)
@returns(Gimp.TextDirection)
def get_base_direction(self):
# Python wrapper for gimp_text_layer_get_base_direction()
Get the base direction used for rendering the text layer.
This procedure returns the base direction used for rendering the text in the text layer
Since 2.6
- self
The text layer.
- Returns