TextSpan.OpenTypeFeatures Property

Gets or sets the OpenType features for the text span.

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

Syntax

C#
public virtual ReadOnlyCollection<OpenTypeFeature> OpenTypeFeatures { get; }

Property Value

A collection of OpenTypeFeature instances.

See Also

Reference