Formatted text value
Jump to navigation
Jump to search
Text with formatting characters preceded by a backslash \
, which allows the following modifications:
- bold (
\B+
and\B-
) - italic (
\I+
and\I-
) - underline (
\U+
and\U-
) - crossed out (
\X+
and\X-
) - font color (
\CRRGGBBAA
and\C-
) - background color (
\GRRGGBBAA
and\G-
) - backslash
\\
- upper index
\^
- lower index
\_
- standard position
\-
- text align
\AL
, center\AC
and right\AR
- divide text to left-aligned and right-aligned
\T
Notes:
- in some places only certain modifications are allowed - then the numbers from the list above will be used here for specifications
- the color setting is hexadecimal 00 to FF for the red, green and blue components, the last one is transparency 00 (transparent) to FF (full)