PsdTextFrame.Tracking Property

Gets a text tracking (also known as intercharacter spacing) for the layer.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float Tracking { get; protected set; }

Property Value

The text tracking.

Remarks

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

See Also

Reference