native.systemFontBold

类型 常量
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 )