lovr.graphics.setFont
Sets the active font used to render text with lovr.graphics.print
.
lovr.graphics.setFont(font)
Arguments
Name | Type | Default | Description |
font | Font | nil | The font to use. If nil , the default font is used (Varela Round).
|
Returns
Nothing
See also
lovr.graphics.print
lovr.graphics.getFont
lovr.graphics