Gimp.TextLayer.get_kerning

@accepts(Gimp.TextLayer)
@returns(bool)
def get_kerning(self):
    # Python wrapper for gimp_text_layer_get_kerning()
  

Check if kerning is used in the text layer.

This procedure checks if kerning is enabled in the specified text layer.

Since 2.6

self

The text layer.

Returns