Click or drag to resize
RichTextStyleGetSize Method
Gets the size of this style based on that of the surrounding text.

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

Parameters

surroundingTextSize
Type: SystemInt32
Surrounding text size.

Return Value

Type: Int32
The size of this style based on that of the surrounding text.
See Also