PsdTextFrameRawSettings.FormattedText Property

Gets the formatted text as the collection of text spans. Each span has its own format (font, style, color, etc.).

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

Syntax

C#
public ReadOnlyCollection<TextSpan> FormattedText { get; internal set; }

See Also

Reference