大约有 186 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
Laya3.0_api(64) Laya_社区(56) Laya2.0_文档(21) Laya2.0_api(17) laya_api(14) Laya3.0_文档(10) Laya2.0_示例(2) Laya_示例(2)
...n init(){ //如果位图字体中,没放空格,最好设置一个空格宽度 mBitmapFont.setSpaceWidth(10); Laya.Text.registerBitmapFont(mFontName,mBitmapFont); var txt = new Laya.Text(); txt.text = "asdfghjk"; //设置宽度,高度自动匹配 txt.width = 250; //自动换行 txt.wordWrap = t...
来源: Laya2.0_文档 发布时间: 20201114
textinput动态修改宽度 会出现重叠的文字 我想实现文本框会自动适应输入文字的多少,它会自动加长的效果。 但是当我监听Event.INPUT,执行动态增加输入框宽度时,出现了文字重叠,很难看, 我的代码很简单就是 let input: Laya....
来源: Laya_社区 发布时间: 20170820
...ffff,也可以点击输入条右侧的拾色器选取颜色 stroke 描边宽度,范围为0~100 strokecolor 描边颜色,可以直接输入颜色值,例如:#ffffff,也可以点击输入条右侧的拾色器选取颜色 以上属性都比较容易理解,开发者只需调整参数便可...
来源: Laya3.0_文档 发布时间: 20241014
...rom Text.displayWidth Defined in laya/display/Sprite.ts:556 对象的显示宽度(以像素为单位)。 Returns number displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boolea...
来源: Laya3.0_api 发布时间: 20231115
...字号,比如"20px Arial"。 StrokeTextCmd lineWidth : Number 线条宽度。 StrokeTextCmd text : String 在画布上输出的文本。 StrokeTextCmd textAlign : String 文本对齐方式,可选值:"left","center","right"。 StrokeTextCmd x : Number 开始绘制文本的 x 坐...
来源: Laya2.0_api 发布时间: 20190513
...的拾色器选取颜色 fit content 否("no"):无操作;高度和宽度("yes"):Label边框可以根据文字大小和数量,自动调整高度和宽度为合适大小;高度("height"):Label边框只自动调整高度 style “B”(bold)是否为粗体,“I”(italic)是否...
来源: Laya3.0_文档 发布时间: 20241014
...比如"20px Arial"。 FillBorderTextCmd lineWidth : Number 镶边线条宽度。 FillBorderTextCmd text : String 在画布上输出的文本。 FillBorderTextCmd textAlign : String 文本对齐方式,可选值:"left","center","right"。 FillBorderTextCmd x : Number 开始绘制...
来源: Laya2.0_api 发布时间: 20190513
...素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array滤镜集合。可以设置多个滤镜组合。Sprite font : String 文本的字体名称,以字符串形式表示。 默认值...
来源: Laya2.0_api 发布时间: 20190513
...为单位)。 Component displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Component filters : Array滤镜集合。可以设置多个滤镜组合。Sprite font : String 文本的字体名称,以字符串形式表示。 默认值为:"Arial",可以通过Font...
来源: laya_api 发布时间: 20170929
...Input 对象的显示位置。 textInput.width = 300;//设置 textInput 的宽度。 textInput.height = 200;//设置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efef...
来源: Laya3.0_api 发布时间: 20231115