Gimp.text_layer_get_line_spacing
@accepts(Gimp.Layer)
@returns(float)
def text_layer_get_line_spacing(layer):
# Python wrapper for gimp_text_layer_get_line_spacing()
Get the spacing between lines of text.
This procedure returns the line-spacing between lines of text in a text layer.
Since 2.6
- layer
The text layer.
- Returns