Gimp.TextLayer.get_line_spacing
@accepts(Gimp.TextLayer)
@returns(float)
def get_line_spacing(self):
# 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
- self
The text layer.
- Returns