Specifies whether or not to reduce the spacing between characters. This option only affects certain fonts that support variable character spacing.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Kerning { get; set; }
Visual Basic
Public Property Kerning As Boolean
	Get
	Set
JScript
function get Kerning () : boolean
function set Kerning (value : boolean)

See Also