Click or drag to resize
HyperTextStylesText Constructor

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Text(
	string tag,
	RichTextStyle textStyle,
	float verticalOffset
)

Parameters

tag
Type: SystemString
Tag.
textStyle
Type: CandlelightRichTextStyle
Text style.
verticalOffset
Type: SystemSingle
Vertical offset.
Exceptions
ExceptionCondition
ArgumentException Thrown if tag is empty, in reserved tag list, or contains invalid characters.
ArgumentNullExceptionThrown if tag is null.
See Also