Formatted text value
Revision as of 15:41, 21 March 2022 by Petr.Bures (talk | contribs)
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 (
\CRRGGBBAAand\C-) - background color (
\GRRGGBBAAand\G-) - backslash
\\ - upper index
\^ - lower index
\_ - standard position
\- - text align
\AL, center\ACand 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)