Version 0.3.2
LÖVE Documentation
OverviewLicenseCreditsInstallingGetting started
Devices
love.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.system
Types
AnimationColorFontFileImageMusicParticleSystemSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
Function
love.graphics.setLineStyle( style )
Possible line styles are love.line_smooth and love.line_rough.
Usage
love.graphics.setLineStyle( style )
Arguments
styleLine style.
Returns
Nothing
Examples
Example 1: -- No anti-aliasing.
love.graphics.setLineStyle(love.line_rough)