Gimp.text_layer_get_antialias

@accepts(Gimp.Layer)
@returns(bool)
def text_layer_get_antialias(layer):
    # 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

layer

The text layer.

Returns