{{newin|[[0.3.2]]|032|type=function}}
Sets the line width.
== Function ==
=== Synopsis ===
<source lang="lua">
love.graphics.setLineWidth( width )
</source>
=== Arguments ===
{{param|number|width|The width of the line.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.getLineWidth]]
* [[love.graphics.setLineStyle]]
[[Category:Functions]]
{{#set:Description=Sets the line width.}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.setLineWidth}}