Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 392 Bytes

SetLineWidth.md

File metadata and controls

18 lines (11 loc) · 392 Bytes

SetLineWidth

fpdf.set_line_width(width: float)

Description

Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.

Parameters

width:

The width.

See also

Line, Rect, Cell, MultiCell.