Gimp.TextLayer.get_font
@accepts(Gimp.TextLayer)
@returns(Gimp.Font)
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 font from a text layer.
Since 2.6
- self
The text layer.
- Returns