We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9d36d commit 4d7f57bCopy full SHA for 4d7f57b
extensions/ccui/uiwidgets/UIText.js
@@ -43,8 +43,8 @@ ccui.Text = ccui.Widget.extend(/** @lends ccui.Text# */{
43
_touchScaleChangeEnabled: false,
44
_normalScaleValueX: 1,
45
_normalScaleValueY: 1,
46
- _fontName: "Thonburi",
47
- _fontSize: 10,
+ _fontName: "Arial",
+ _fontSize: 16,
48
_onSelectedScaleOffset:0.5,
49
_labelRenderer: "",
50
_textAreaSize: null,
0 commit comments