Difference between revisions of "Formatted text value"
Jump to navigation
Jump to search
Petr.Bures (talk | contribs) |
Petr.Bures (talk | contribs) |
||
Line 1: | Line 1: | ||
Text | Text with formatting characters preceded by a backslash <code>\</code>, which allows the following modifications: | ||
# | #bold (<code>\B+</code> and <code>\B-</code>) | ||
# | #italic (<code>\I+</code> and <code>\I-</code>) | ||
# | #underline (<code>\U+</code> and <code>\U-</code>) | ||
# | #crossed out (<code>\X+</code> and <code>\X-</code>) | ||
# | #font color (<code>\CRRGGBBAA</code> and <code>\C-</code>) | ||
# | #background color (<code>\GRRGGBBAA</code> and <code>\G-</code>) | ||
# | #backslash <code>\\</code> | ||
# | #upper index <code>\^</code> | ||
# | #lower index <code>\_</code> | ||
# | #standard position <code>\-</code> | ||
# | #text align <code>\AL</code>, center <code>\AC</code> and right <code>\AR</code> | ||
# | #divide text to left-aligned and right-aligned <code>\T</code> | ||
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) |
Latest revision as of 16:41, 21 March 2022
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)