love.graphics.setLineWidth

Available since LÖVE 0.3.2
This function is not supported in earlier versions.

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also


Other Languages