大约有 48 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0032 秒)
文本的weight问题 怎么设置文本对象里面文字的粗细程度 类似于css的font-wheight 试了下stroke只是描边 2017-03-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自:...
来源: Laya_社区 发布时间: 20170310
字体不支持weight 请问下 现在字体是不是不支持设置字体的粗细 只有一个bold 但是如果这个不满意 难道写个文字还得专门去搞个图片?这有点不合理吧 2017-04-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...
来源: Laya_社区 发布时间: 20170428
...s height lengths name texture transform triangles type uvs verLen vertices weights width Methods createTexture destory Properties attachmentName attachmentName: string Defined in laya/ani/bone/SkinSlotDisplayData.ts:12 附件名称 bones bones: any[] Defined in laya/ani/bone/SkinSlotDisplayData.ts:2...
来源: Laya3.0_api 发布时间: 20231115
...QZONE 微信 熊猫大侠 赞同来自: <span style="color:#AA7850;font-weight:bold;font:24px SimHei">对单个目标造成</span> <span style="color:#FF0000;font-weight:bold;font:24px SimHei">350%</span> <span style="color:#AA7850;font-weight:bold;font:24px SimHei">伤...
来源: Laya_社区 发布时间: 20180502
...DivElement(); let htmlStr:string = ""; htmlStr += "<span style='font-weight:bold;font:24px Arial' color='#fafbf9'>累计进行关卡</span>"; htmlStr += "<span style='font-weight:bold;font:48px Arial;valign:top' color='#84ED4A'>3</span>"; htmlStr += "<span style='font-w...
来源: Laya_社区 发布时间: 20180718
...vElement(); html.innerHTML = "<span style='font-weight:bold; font:24px SimHei' color='#ff0000'>欢迎你的加入</span>" +"<span style='font-weight:bold; font:24px Arial' color='#ff0000'>欢迎你的加入</span>"; ...
来源: Laya_社区 发布时间: 20180303
...t/BatchProgress.ts:22 Returns number Methods createCallback createCallback(weight?: number): ProgressCallback Implementation of IBatchProgress.createCallback Defined in laya/net/BatchProgress.ts:32 Parameters Optional weight: number Returns ProgressCallback reset reset(): void Defined in laya/net/Ba...
来源: Laya3.0_api 发布时间: 20231115
...Inner HTML内容中输入下述文本的运行效果 <span style='font-weight:bold;font:50px Arial;color:red' href='https://ask.layabox.com'>LayaBox</span> 可以看到,LayaBox文字使用了 Bold 粗体,字体大小是50像素,Arial字体,字体颜色是红色,并且LayaBox是...
来源: Laya3.0_文档 发布时间: 20230303
...r = color; text.style.width = 500; text.style.align = "center"; text.style.weight = "bold"; text.innerHTML = "中华人民共和国"; text.filters = [new GlowFilter("#000", 4, 2, 2)]; text.x = (ClientConfig.displayWidth-text.width)/2; text.y = (ClientConfig.displayHeight-text.contextHeight)/2; addCh...
来源: Laya_社区 发布时间: 20170216
...x; 字体大小 * font-weight:bold:none; 字体是否是粗体,功能同bold * color:#ff0000; 字体颜色 * stroke:2px; ...
来源: Laya_社区 发布时间: 20190227