In the description of items printed on the invoice with the new invoice layouts (in fast reports) it is possible to add formatting. This formatting is added using start and stop elements:

  1. Bold: <b>Vet</b> 
  2. Cursief: <i>Cursief</i>
  3. Onderlijnd: <u>Onderlijnd</u>
  4. Superscript: <sup>Superscript</sup>
  5. Subscript: <sub>Subscript</sub>
  6. Kleur: <font color=red>Rood</font>

Example:

<i>Cursief</i> <b>Vet</b> <u>Onderlijnd</u> <font color=red>Rood</font> <font color='red'><i><b><u>Alles samen</u></b></i></font><sup>Sup</sup> <sub>Sub</sub>

Cursief Vet Onderlijnd Rood Alles samen SupSub