Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 339 Bytes

set_x.md

File metadata and controls

17 lines (11 loc) · 339 Bytes

set_x

fpdf.set_x(x: float)

Description

Defines the abscissa of the current position. If the passed value is negative, it is relative to the right of the page.

Parameters

x:

The value of the abscissa.

See also

get_x, get_y, set_y, set_xy.