Gimp.TextLayer.get_font
@accepts(Gimp.TextLayer)
@returns(unicode)
def get_font(self):
# Python wrapper for gimp_text_layer_get_font()
Get the font from a text layer as string.
This procedure returns the name of the font from a text layer.
Since 2.6
- self
The text layer.
- Returns