forked from reingart/pyfpdf
-
Notifications
You must be signed in to change notification settings - Fork 1
Text
Google Code Exporter edited this page Mar 18, 2015
·
1 revision
fpdf.text(x, y, txt)
Prints a character string. The origin is on the left of the first character, on the baseline. This method allows to place a string precisely on the page, but it is usually easier to use Cell(), MultiCell() or Write() which are the standard methods to print text.
x:
Abscissa of the origin. y: Ordinate of the origin. txt: String to print.