Gimp.text_layer_get_base_direction
@accepts(Gimp.Layer)
@returns(Gimp.TextDirection)
def text_layer_get_base_direction(layer):
# 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
- layer
The text layer.
- Returns