lovr.graphics.getDefaultFont
EditReturns the default Font. The default font is Varela Round, created at 32px with a spread value of 4.0
. It's used by Pass:text
if no Font is provided.
font = lovr.graphics.getDefaultFont()
Returns the default Font. The default font is Varela Round, created at 32px with a spread value of 4.0
. It's used by Pass:text
if no Font is provided.
font = lovr.graphics.getDefaultFont()