Text:setFont

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Replaces the Font used with the text.

O.png This function can be slow if it is called repeatedly, such as from love.update or love.draw. Create multiple Text objects with different Fonts if you need to rapidly switch fonts.  


Function

Synopsis

Text:setFont( font )

Arguments

Font font
The new font to use with this Text object.

Returns

Nothing.

See Also

Other Languages