Gimp.text_layer_set_font
@accepts(Gimp.Layer, unicode)
@returns(bool)
def text_layer_set_font(layer, font):
# Python wrapper for gimp_text_layer_set_font()
Set the font of a text layer.
This procedure modifies the font used in the specified text layer.
Since 2.6
- layer
The text layer.
- font
The new font to use.
- Returns