Rich Text Formatting

From Resonite Wiki
Revision as of 21:56, 24 September 2024 by AmasterAmaster (talk | contribs) (Fixed link.)

Rich Text Formatting allows users deeper control of the display of Strings adding HTML like tags to them, which add things like bold, italic, colored, or different sizes of text.

Many of these tags are compatible with HTML format, meaning a string exported as part of proper HTML may display correctly in a web -browser.

List of formatting tags

Tag Formatting
b Bold
i 'Itallic
u Underline
color Sets a color, written after a = in Hexidecimal
size Set a relative size, written after an =

See Also