Click or drag to resize
RichTextStyle Constructor (Single, FontStyle, Color)
Initializes a new instance of the RichTextStyle struct.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public RichTextStyle(
	float sizeScalar,
	FontStyle fontStyle,
	Color replacementColor
)

Parameters

sizeScalar
Type: SystemSingle
Size scalar.
fontStyle
Type: FontStyle
Font style.
replacementColor
Type: Color
Replacement color.
See Also