Description
This method allows printing of formatted text with line breaks. They can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the \\n character).
Features:
- Text can be aligned, cente~~~red or justified
- Different Font, Sizes, , Colors can be used
- The cell block can be framed and the background painted
- can be used in any tag
- TAB spaces (\ ) can be used
- Variable Y relative positions can be used for Subscript or Superscript
- Cell padding (left, right, top, bottom)
- Controlled Tag Sizes can be used
Paragraph Example:~~~ - Paragraph 1
~~~
- Paragraph 2
~~~
- Paragraph 2
Sample text~~~
- Paragraph 3
Sample text~~~
- Paragraph 1
~~~
- Paragraph 2
Observations:
- If no is specified then the FPDF current settings(font, style, size, color) are used
- The ttags tag name is reserved for the TAB SPACES