 | RichTextStyleToStartTag Method |
Creates a string representation of a start tag for the style.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic string ToStartTag(
int surroundingTextSize
)
Parameters
- surroundingTextSize
- Type: SystemInt32
The base size of text to multiply by the size scalar.
Return Value
Type:
StringThe start tag.
See Also