Version 0.1.1a
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
ColorFontImageMusicSound
Callbacks
loadupdaterendermousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig files
Type
Font
A Font object is created by calling any of the love.objects:newFont() functions.
Functions
getHeight( )Returns the height of the font.
getWidth( line )Returns the width of the line.