Click or drag to resize
RichTextStyleToStartTag Method
Creates a string representation of a start tag for the style.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public string ToStartTag(
	int surroundingTextSize
)

Parameters

surroundingTextSize
Type: SystemInt32
The base size of text to multiply by the size scalar.

Return Value

Type: String
The start tag.
See Also