Click or drag to resize
RichTextStyleGetEndTag Method
Gets the end tag for the specified style.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static string GetEndTag(
	FontStyle style
)

Parameters

style
Type: FontStyle
Style.

Return Value

Type: String
The end tag.
See Also