Font.Tracking Property

Gets or sets a font tracking (also known as intercharacter spacing).

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float Tracking { get; set; }

Property Value

The font tracking. The default value is 0.

Remarks

Font tracking is a spacing between characters in the text string. It is added to each character, including break character.

See Also

Reference