Gimp.TextLayer.prototype.get_antialias
function get_antialias(): 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
- Returns
A flag which is true if antialiasing is used for rendering the font in the text layer.