Gimp.text_layer_get_antialias

function text_layer_get_antialias(layer: Gimp.Layer): Boolean {
    // Gjs 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

A flag which is true if antialiasing is used for rendering the font in the text layer.