Difference between revisions of "Formatted text value"

From wiki.fine.cz
Jump to navigation Jump to search
(Created page with "ftv")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
ftv
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:

  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)