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.setFont( font )
Usage
love.graphics.setFont( font )
Arguments
fontA Font object.
Returns
Nothing
Examples
Example 1: Create and set a large font. big_text = love.graphics.newFont("Vera.tff", 30)
love.graphics.setFont(big_text)