• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 5 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0024 秒)

1. 3D文本内容是否可以清除 重新书写 [ 100%]

...line = "center";//文本相对于起点的位置 //设置文字,位置 cxt.fillText("-10000", 100, 50, 200);//有填充cxt.font="bold 60px 宋体"; let texture2D = new Laya.Texture2D(256, 256);   //=====================这里如果在填充新的文字 会有所有的文字信息 ==================...

来源: Laya_社区 发布时间: 20191211

2. 3D文本纹理demo问题 [ 95%]

...扫描右侧的二维码真机调试也是如此。  TypeError: this.cxt.fillText is not a function             this.cxt.fillText(text, this.cav.width / 2, this.cav.height);                      ^^                                                    TypeErr...

来源: Laya_社区 发布时间: 20200409

3. Laya3D 中如何解决3D模型上添加文本的问题,类似Unity中的3DText [ 69%]

...绘制文字 ctx.font = settings.font; ctx.fillStyle = settings.color; ctx.fillText(settings.text, 0, (settings.canvasHeight - fontSize) * 0.5); //return canvas.toDataURL(); return ctx.getImageData(0, 0, canvas.width, canvas.height); } } Constantine • 2018-09-10 14:40 @大大大懒猫:十分感谢...

来源: Laya_社区 发布时间: 20180814

4. laya绘制图形进行缩放的时候有问题 [ 60%]

...y) { } public static drawText(sp: Laya.Sprite, text: string) { sp.graphics.fillText(text, 0, -20, "20px Arial", "#000000", "center"); } Laya_Aaron • 2018-02-11 15:58 你是如何进行缩放的呢,我缩放了sp 边框也跟着变小 a1748004424 • 2018-02-11 16:41...

来源: Laya_社区 发布时间: 20180211

5. 分享,扩展Laya.Text组件实现简单的富文本 [ 38%]

...ctxFont, color, style.strokeColor, style.stroke, textAlgin); else graphics.fillText(_word, x, y, ctxFont, color, textAlgin); } //不再是每行绘制一次,而是每行根据关键字绘制多次 nowX += this.getTextWidth(line['text']); } } if (tCurrBitmapFont && tCurrBitmapFont.autoScale...

来源: Laya_社区 发布时间: 20180417