Gimp.text_layer_get_markup
@accepts(Gimp.Layer)
@returns(unicode)
def text_layer_get_markup(layer):
# Python wrapper for gimp_text_layer_get_markup()
Get the markup from a text layer as string.
This procedure returns the markup of the styles from a text layer. The markup will be in the form of Pango's markup - See https://www.pango.org/ for more information about Pango and its markup. Note: Setting the markup of a text layer using Pango's markup is not supported for now.
Since 2.8
- layer
The text layer.
- Returns