native.systemFont

Type Constant
Library native.*
Revision Release 2024.3703
Keywords native, fonts, systemFont
See also native.systemFontBold

Overview

The native system font used by default for display.newText(), native.newTextField(), native.newTextBox(), and various widgets.

Example

local text = display.newText( "Hello World!", 0, 0, native.systemFont, 12 )
text:setFillColor( 1, 0, 0 )