Line 16: | Line 16: | ||
|- | |- | ||
! u | ! u | ||
| | | <u>Underline</u> | ||
|- | |- | ||
! color | ! color |
Revision as of 16:13, 24 September 2024
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 = |