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

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

11. 类似古文显示方式脚本,文字垂直显示,可以控制显示速度出现打字效果等 [ 72%]

...; var _x = xAction(j); var _y = yAction(printNumber); this.sprite.graphics.fillText(element, _x, _y, fonts, this.color, "left"); if (yAction(printNumber + 1) > h) { j++; printNumber = 0; } else { printNumber++; } } } drawTextBySprite(sprite: Laya.Sprite) { sprite.addChild(this.sprite); this.drawT...

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

12. 绘制图形 · LayaAir3.0文档 · LAYABOX [ 72%]

...play.Graphics 类可以查看到API的各种矢量绘图方法。 drawRect fillText drawPath drawCircle drawPie drawLine drawLines drawPoly drawCurves ...... 下面将对这些Graphics进行讲解。 二、绘制矩形与圆角矩形 2.1 IDE绘制矩形 在Sprite对象的 Graphics 组件中,可以...

来源: Laya3.0_文档 发布时间: 20241014

13. laya.display.Graphics [ 69%]

...TextCmd 在画布上绘制“被填充且镶边的”文本。 Graphics  fillText(text:String, x:Number, y:Number, font:String, color:String, textAlign:String):FillTextCmd 在画布上绘制文本。 Graphics  fillTexture(texture:Texture, x:Number, y:Number, width:Number = 0, height:Number = 0, ...

来源: Laya2.0_api 发布时间: 20190513

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

...绘制文字 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

15. 文字显示模糊 [ 65%]

...同来自: 同样的问题,不过我的是只在dialog里模糊,使用fillText是清晰的 2019-12-26 0 1 分享 微博 QZONE 微信 allenhou 赞同来自: 文本在缩放后,就出现模糊,这是什么情况 2020-01-17 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠...

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

16. laya.ui.AutoBitmap [ 63%]

...erTextCmd 在画布上绘制“被填充且镶边的”文本。 Graphics fillText(text:String, x:Number, y:Number, font:String, color:String, textAlign:String):FillTextCmd 在画布上绘制文本。 Graphics fillTexture(texture:Texture, x:Number, y:Number, width:Number = 0, height:Number = 0, ty...

来源: Laya2.0_api 发布时间: 20190513

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

...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

18. ☆☆☆☆☆☆☆☆☆☆☆每增加一个 view 都会增加一个 drawcall 吗 ☆☆☆☆☆☆☆☆☆☆☆ [ 62%]

...绘制文字就是会增加drawcall kezhiyu • 2018-05-23 10:16 __proto.fillText=function(text,x,y,font,color,textAlign){ Stat.drawCall++; if (arguments.length > 3 && font !=null){

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

19. laya.ui.AutoBitmap [ 57%]

...ing):void 在画布上绘制“被填充且镶边的”文本。 Graphics fillText(text:String, x:Number, y:Number, font:String, color:String, textAlign:String, underLine:int = 0):void 在画布上绘制文本。 Graphics fillTexture(tex:Texture, x:Number, y:Number, width:Number = 0, height:Number...

来源: laya_api 发布时间: 20170929