大约有 36 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
文字在框内滑动、滚动文本 内容里加粗的部分如果知道是什么意思可以说一下 Laya.init(800,800,Laya.WebGL); creatText(); function creatText(){ this.txt=new Laya.Text(); this.txt.overflow=Laya.Text.SCROLL;//必须是SCROLL才能实现滑动 thi...
来源: Laya_社区 发布时间: 20170810
...================================================================= 上面加粗的代码 没理解透有谁 知道的就说说吧 2017-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 HummerMan 赞同来自:...
来源: Laya_社区 发布时间: 20170810
...this.txtarea.color = "#ff0000"; //字体颜色 this.txtarea.bold = true; //加粗 this.txtarea.italic = true; //斜体 this.txtarea.underline = true; //下划线 this.txtarea.underlineColor = "#ff0000"; //下划线颜色 this.txtarea.stroke = 5; //描边宽度 this.txtarea.strokeColor = "#000000" ; ...
来源: Laya3.0_文档 发布时间: 20241014
.../ interface ITextFormat { /** * 背景色 */ bgColor?: string; /** * 是否加粗 */ bold?: number; /** * 文本框背景色 */ borderColor?: string; /** * 文本颜色 */ color?: string; /** * 字体 */ font?: string; /** * 字体大小 */ fontSize?: number; /** * 是否为斜体 */ italic?: number...
来源: Laya_社区 发布时间: 20171226
...值,也可以把所有相关的文本样式(大小、字体、斜体、加粗)也在这里指定。 例如,当值为 60px simHei ,是将文本大小设置为60像素大小,采用simHei字体。如下图1-1所示: (图1-1) 值为60px simHei italic 增加了斜体效果。如下图1-...
来源: Laya3.0_文档 发布时间: 20241014
...以修改laya.d3.js文件里的_innerDerivePhysicsTransformation方法,加粗部分为补丁: if (shapeOffset.x !== 0 || shapeOffset.y !== 0 || shapeOffset.z !== 0) { var physicPosition = PhysicsComponent._tempVector30; shapeOffset.x *= transform.g...
来源: Laya_社区 发布时间: 20191019
...值,也可以把所有相关的文本样式(大小、字体、斜体、加粗)也在这里指定。 例如,当值为 `60px simHei` ,是将文本大小设置为60像素大小,采用simHei字体。如下图所示: ![图2](img/1-3-2.png) 值为`60px simHei italic` 增加了斜体效果。...
来源: Laya2.0_文档 发布时间: 20210715
...动图1-7所示,设置下拉按钮中字体大小为50,仿宋字体并加粗显示。labelColors保持默认,labelPadding设置为合适大小。 (动图1-7) 1.3 脚本控制ComboBox 在Scene2D的属性设置面板中,增加一个自定义组件脚本。然后,将ComboBox拖入到其...
来源: Laya3.0_文档 发布时间: 20241014
...字体 labelSize 文本标签的字体大小 labelBold 文本标签是否加粗,默认为false labelColors 鼠标在鼠标移出(up)、鼠标悬停(over),鼠标按下(down)时,各个状态下的文本标签颜色 labelStroke 文本标签的描边宽度,以像素为单位。默认...
来源: Laya3.0_文档 发布时间: 20241014
...大小 this.lab.color = "#ff0000"; //字体颜色 this.lab.bold = true; //加粗 this.lab.italic = true; //斜体 this.lab.underline = true; //下划线 this.lab.underlineColor = "#ff0000"; //下划线颜色 this.lab.stroke = 5; //描边宽度 this.lab.strokeColor = "#000000" ; //描边颜色 this.l...
来源: Laya3.0_文档 发布时间: 20241014