类型 常量 库 native.* 版本 发行版 2024.3703 关键字 原生、字体、systemFontBold 另请参阅 native.systemFont
原生“粗体”系统字体,在默认情况下由 display.newText()、native.newTextField()、native.newTextBox() 和各种 微件 使用。
local text = display.newText( "Hello World!", 0, 0, native.systemFontBold, 12 ) text:setFillColor( 1, 0, 0 )