Gimp.TextLayer.get_antialias
@accepts(Gimp.TextLayer)
@returns(bool)
def get_antialias(self):
# Python wrapper for gimp_text_layer_get_antialias()
Check if antialiasing is used in the text layer.
This procedure checks if antialiasing is enabled in the specified text layer.
Since 2.6
- self
The text layer.
- Returns