TextSpan Constructor

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

Syntax

C#
protected TextSpan(
	float fontSize,
	string fontName,
	Color color,
	FontCaps fontCaps,
	float tracking,
	float hScale,
	float vScale,
	bool fauxBold,
	bool fauxItalic,
	bool underline,
	bool strikeout,
	float leading,
	string string,
	DigitType digitType,
	ReadOnlyCollection<OpenTypeFeature> openTypeFeatures
)

Parameters

fontSize

Type: System.Single

fontName

Type: System.String

color

Type: Aurigma.GraphicsMill.Color

fontCaps

Type: Aurigma.GraphicsMill.Codecs.Psd.FontCaps

tracking

Type: System.Single

hScale

Type: System.Single

vScale

Type: System.Single

fauxBold

Type: System.Boolean

fauxItalic

Type: System.Boolean

underline

Type: System.Boolean

strikeout

Type: System.Boolean

leading

Type: System.Single

string

Type: System.String

digitType

Type: Aurigma.GraphicsMill.Codecs.Psd.DigitType

openTypeFeatures

Type: System.Collections.ObjectModel.ReadOnlyCollection<OpenTypeFeature>

See Also

Reference