Text

Text(float x, float y, string txt)

Description

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.

Parameters

See Also

SetFont, SetTextColor, Cell, MultiCell, Write