Text

Text(double x, double y, string txt)

Description

Prints a character string. The origin is on the left of the first charcter, on the baseline. This method allows to place a string precisely on the page, but it is simpler to use Cell() which is the standard way to print text.

Parameters

x
Abscissa of the origin.
y
Ordinate of the origin.
txt
String to print.

See also

SetFont(), SetTextColor(), Cell().

Index