大约有 59 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0030 秒)
Laya_社区(40) Laya3.0_api(5) Laya_示例(3) Laya2.0_示例(3) Laya2.0_api(3) laya_api(2) Laya3.0_文档(2) Laya2.0_文档(1)
...微信小游戏,文字changeText后变卡 文字用changeText后,_fast_filltext函数中,data会变成文字,不是 instanceof WordText, isWT会变成false,会导致每一帧都会计算this.charRender.getWidth(this.fontStr, str), 在微信小游戏的真机上,会影响性能。 201...
来源: Laya_社区 发布时间: 20191126
... Tank1919 赞同来自: 这是graphics的一个bug。 Laya.stage.graphics.fillText("文本",0,0, "500px Arial", "#ffffff", "left"); 2021-09-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Tank1919 相关问题 官方有没有考虑做...
来源: Laya_社区 发布时间: 20191206
...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
...ie drawPoly drawRect drawTexture drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save scale strokeText transform translate Constructors constructor new Graphics(): Graphics Defined in laya/display/Graphics.ts:54 Returns Graphics Accessors c...
来源: Laya3.0_api 发布时间: 20231115
...置偏上bug定位 CharRender_Canvas.ts 的getCharCanvas方法里的 ctx.fillText(char, 0, sz / 2);这里的y偏移为什么是sz/2,比如48px ,那这里就是24。从测试结果来看,用自己导入的ttf,在pc上位置是正确的,但是在iphone上,位置偏上,是不是因为机...
来源: Laya_社区 发布时间: 20210608
...I DocumentationAll Packages | All Classes | Index | Frames No Frames FillTextCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class FillTextCmdInheritanceFillTextCmd Object 绘制文字 Public Properties PropertyDefined By color : String 定义文本颜色,比如...
来源: Laya2.0_api 发布时间: 20190513
... 一个是谷歌模式下的,一个是移动端(ios) 数字是使用fillText画出来的 附件 : --> 2018-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 AllenYT 赞同来自: 能有人回答一下吗 ...
来源: Laya_社区 发布时间: 20180507
...实现一个实时显示飞机血量的功能,然后我通过Sprite里的filltext方法将实时血量文字显示在sprite上,但是存在一个问题,就是飞机本身的动画会把这个文字本身覆盖掉,查了下相关的api没有找到对应可以调整动画和文字层级的函...
来源: Laya_社区 发布时间: 20181124
...g):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:Numb...
来源: laya_api 发布时间: 20170929
...如下: this.sharedCanvasContext.drawImage(...) this.sharedCanvasContext.fillText(...) 然后主域这边将sharedCanvas的内容绘制到主屏幕,伪代码如下: var myTexture = new Laya.Texture(sharedCanvas) myTexture.bitmap.alwaysChange = true; this.graphics.drawTexture(myTexture, x, y...
来源: Laya_社区 发布时间: 20180419