 | RichTextStyle Constructor (Single, FontStyle, Color) |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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