Gimp.text_layer_get_hint_style
@accepts(Gimp.Layer)
@returns(Gimp.TextHintStyle)
def text_layer_get_hint_style(layer):
# Python wrapper for gimp_text_layer_get_hint_style()
Get information about hinting in the specified text layer.
This procedure provides information about the hinting that is being used in a text layer. Hinting can be optimized for fidelity or contrast or it can be turned entirely off.
Since 2.8
- layer
The text layer.
- Returns