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
Font:setLineHeight( height )
When rendering the font in lines the actual height will be determined by the line height multiplied by the height of the font. The default is 1.0
Usage
Font:setLineHeight( height )
Arguments
heightThe new line height.
Returns
Nothing