Gimp.TextLayer.get_text

@accepts(Gimp.TextLayer)
@returns(unicode)
def get_text(self):
    # Python wrapper for gimp_text_layer_get_text()
  

Get the text from a text layer as string.

This procedure returns the text from a text layer as a string.

Since 2.6

self

The text layer.

Returns