{{newin|[[0.3.2]]|032|type=function}}
Sets the line style.
== Function ==
=== Synopsis ===
<source lang="lua">
love.graphics.setLineStyle( style )
</source>
=== Arguments ===
{{param|LineStyle|style|The LineStyle to use. Line styles include <code>smooth</code> and <code>rough</code>.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.getLineStyle]]
* [[love.graphics.setLineWidth]]
[[Category:Functions]]
{{#set:Description=Sets the line style.}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.setLineStyle}}