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
Type
Font
A Font object is created by calling any of the love.graphics.newFont() functions.
Functions
getHeight( )Returns the height of the font.
getWidth( line )Returns the width of the line.
setLineHeight( height )Sets the line height of the font.
getLineHeight( )Returns the line height.