Difference between revisions of "love.graphics.setLineWidth"

m (Add PrettySince field.)
Line 12: Line 12:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
* [[love.graphics.setLine]]
 
* [[love.graphics.setLine]]
 +
* [[love.graphics.setLineStyle]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line width.}}
 
{{#set:Description=Sets the line width.}}

Revision as of 18:49, 2 March 2018

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also



Other Languages