PsdTextFrame.FormattedText Property

Gets 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; protected set; }

Property Value

A collection of text spans. Each span has its own format (font, style, color, etc.).

Remarks

Formatted text is represented as a number of spans, where each span has its own format (font, style, color, etc.). All spans can have different formats, but text throughout a span is uniformly formatted.

See Also

Reference