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

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

11. laya.ui.AutoBitmap_API3.0 [ 66%]

...ie drawPoly drawRect drawTexture drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save scale setState strokeText transform translate Constructors constructor new AutoBitmap(): AutoBitmap Inherited from Graphics.constructor Defined in laya/di...

来源: Laya3.0_api 发布时间: 20231115

12. ☆☆☆☆☆☆☆☆☆☆☆每增加一个 view 都会增加一个 drawcall 吗 ☆☆☆☆☆☆☆☆☆☆☆ [ 65%]

...绘制文字就是会增加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

13. 3d文字在浏览器能正常运行,打包后使用时会报错 [ 64%]

...line = "center";//文本相对于起点的位置 //设置文字,位置 cxt.fillText("-" + hart.toString(), 100, 50, 200);//有填充cxt.font="bold 60px 宋体"; this.texture2D = new Laya.Texture2D(256, 256); this.texture2D.loadImageSource(this.cav); this.mat.renderMode = Laya.UnlitMaterial.RENDERMOD...

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

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

...绘制文字 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. laya.resource.NativeContext_API3.0 [ 63%]

...TextureWithTransform drawTriangles fillBorderText fillBorderWords fillRect fillText fillWords fillWords11 filltext11 flush getAlignLength popRT pushRT restore restoreTransform save saveTransform scale setColorFilter size strokeWord transform transformByMatrix translate useRT wab __init__ set2DRender...

来源: Laya3.0_api 发布时间: 20231102

16. laya.display.Graphics [ 59%]

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

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

...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. 文字显示模糊 [ 55%]

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

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

19. laya.ui.AutoBitmap [ 54%]

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

20. laya.ui.AutoBitmap [ 53%]

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