You need IceOp 6.2 (final build) or higher to use this feature.
| Code | Description | Example | Output |
|---|---|---|---|
| \b | Start/Stop bold text | Normal \bBold \bNormal | Normal Bold Normal |
| \i | Start/Stop italic text | Normal \iItalic \iNormal | Normal Italic Normal |
| \u | Start/Stop underlined text | Normal \uUnderlined \uNormal | Normal Underline Normal |
| \cXXXXXX | Set text color (replace XXXXXX by hex color) | Black \cFF0000Red \c0000FFBlue | Normal Red Blue |
| \kXXXXXX | Set text background color (replace XXXXXX by hex color) | Black \kFF0000Red \k0000FFBlue | Normal Red Blue |
| \sXX | Set text size (replace XX by 2 decimal size) | Normal \s08Small \s16Big | Normal Small Big |
| \f”—–” | Set text size (replace — by font name) | Normal \f”Time New Roman”Times New Roman \f”Arial”Arial | Normal Times Arial |

