fpdf.set_xy(x: float, y: float)
Defines the abscissa and ordinate of the current position. If the passed values are negative, they are relative respectively to the right and bottom of the page.
x:
The value of the abscissa.
y:
The value of the ordinate.