Function
love.graphics.setLine( width, style )
Sets the line width and style.
Synopsis
love.graphics.setLine( width, style )
Parameters
width number The width of the line.
style = "smooth" LineStyle The LineStyle to use.
Copyright © 2006-2010 LÖVE Development Team.