大约有 21 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0036 秒)
...Maximum call stack size exceeded at CanvasRenderingContext2D.__proto.fillText (dsgame.max.js:6015) at CanvasRenderingContext2D.__proto.fillText (dsgame.max.js:6015) at CanvasRenderingContext2D.__proto.fillText (dsgame.max.js:6015) at CanvasRenderingContext2D.__proto.fillText ...
来源: Laya_社区 发布时间: 20170322
...。 分别是Text文本类的文本统一提交方式,和Graphics类的fillText文本单字符绘制提交方式。 如果采用了Text文本,那每一个Text文本对象中的文本字符会一起形成小图集提交到大图合集中,比如游戏中某个文本对象有300字,其中一个...
来源: Laya3.0_文档 发布时间: 20241014
...能看,不能编辑修改的基础文本。LayaAirIDE中提供了Text、FillText、Label这三种基础的显示文本组件。 #### 1.1、文本的底层渲染机制 LayaAir引擎在文本的底层渲染上,有两种方式。 分别是Text文本类的文本统一提交方式,和Graphics类的...
来源: Laya2.0_文档 发布时间: 20210715
...line = "center";//文本相对于起点的位置 //设置文字,位置 cxt.fillText("-10000", 100, 50, 200);//有填充cxt.font="bold 60px 宋体"; let texture2D = new Laya.Texture2D(256, 256); //=====================这里如果在填充新的文字 会有所有的文字信息 ==================...
来源: Laya_社区 发布时间: 20191211
...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
...ected All Inherited Externals Only exported Menu Globals "laya/display/cmd/FillTextCmd" FillTextCmd Class FillTextCmd 绘制文字 Hierarchy FillTextCmd Index Properties x y ID Accessors align color font stroke strokeColor text Methods recover create Properties x x: number = 0 Defined in laya/displa...
来源: Laya3.0_api 发布时间: 20231115
...ie drawPoly drawRect drawTexture drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save scale strokeText transform translate create recycle Constructors constructor new GraphicsAni(): GraphicsAni Inherited from Graphics.constructor Defined in...
来源: Laya3.0_api 发布时间: 20231115
...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
...; 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
...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