Click or drag to resize
HyperTextStylesSetCustomTextStyles Method (IListHyperTextStylesText)
Sets the custom text styles.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void SetCustomTextStyles(
	IList<HyperTextStylesText> styles
)

Parameters

styles
Type: System.Collections.GenericIListHyperTextStylesText
Custom text styles.
Remarks
If more than one HyperTextStylesLinkSubclass in the collection has the same class name, then subsequent entries will append sequential digits to make their names unique.
See Also