大约有 1 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0008 秒)
....stage.addChild(txt); txt.width = 250; txt.wordWrap = true; txt.text = "Do one thing at a time, and do well."; txt.font = font; // 文本的字体名称,以字符串形式表示 txt.leading = 5; // 垂直行间距 txt.pos(Laya.stage.width - txt.width >> 1, Laya.stage.height - txt.height >> 1); } }...
来源: Laya2.0_示例 发布时间: 20250223