Formatted text value

From wiki.fine.cz
Jump to navigation Jump to search

Text with formatting characters preceded by a backslash \, which allows the following modifications:

  1. bold (\B+ and \B-)
  2. italic (\I+ and \I-)
  3. underline (\U+ and \U-)
  4. crossed out (\X+ and \X-)
  5. font color (\CRRGGBBAA and \C-)
  6. background color (\GRRGGBBAA and \G-)
  7. backslash \\
  8. upper index \^
  9. lower index \_
  10. standard position \-
  11. text align \AL, center \AC and right \AR
  12. 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)