Text(float x, float y, string txt)
Prints a string of characters. The origin is on the left of the first character, on the baseline. This method allows positioning a string precisely on the page, but it is generally easier to use Cell(), MultiCell() or Write(), which are the standard methods for printing text.
x
: Abscissa of origin.y
: Ordinate of origin.txt
: String to be printed.