CustomTextSpan Constructor

Initializes a new instance of the CustomTextSpan class from a PSD text span.

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

Syntax

C#
public CustomTextSpan(
	TextSpan textSpan
)

Parameters

textSpan

Type: Aurigma.GraphicsMill.Codecs.Psd.TextSpan

The PSD text span to copy from.

See Also

Reference