 | RichTextStyleGetSize Method |
Gets the size of this style based on that of the surrounding text.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic int GetSize(
int surroundingTextSize
)
Parameters
- surroundingTextSize
- Type: SystemInt32
Surrounding text size.
Return Value
Type:
Int32The size of this style based on that of the surrounding text.
See Also