native.systemFontBold

Type Constant
Library native.*
Revision Current Public Release (2018.3326)
Keywords native, fonts, systemFontBold
See also native.systemFont

Overview

The native "bold" 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.systemFontBold, 12 )
text:setFillColor( 1, 0, 0 )