kern property

double? kern
getter/setter pair

The kerning of the text.

The value of this attribute is a number containing a floating-point value. This value specifies the number of points by which to adjust kern-pair characters. Kerning prevents unwanted space from occurring between specific characters and depends on the font. The value 0 means kerning is disabled. The default value for this attribute is 0.

Implementation

double? kern;