大约有 41 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
...ign:String):FillBorderTextCmd 在画布上绘制“被填充且镶边的”文本。 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 = ...
来源: Laya2.0_api 发布时间: 20190513
...asspublic class FillBorderTextCmdInheritanceFillBorderTextCmd Object 绘制文本边框 Public Properties PropertyDefined By borderColor : String 定义镶边文本颜色。 FillBorderTextCmd fillColor : String 定义文本颜色,比如"#ff0000"。 FillBorderTextCmd font : String 定义...
来源: Laya2.0_api 发布时间: 20190513
...描边文字 Public Properties PropertyDefined By color : String 定义文本颜色,比如"#ff0000"。 StrokeTextCmd font : String 定义字体和字号,比如"20px Arial"。 StrokeTextCmd lineWidth : Number 线条宽度。 StrokeTextCmd text : String 在画布上输出的文本。 ...
来源: Laya2.0_api 发布时间: 20190513
...绘制文字 Public Properties PropertyDefined By color : String 定义文本颜色,比如"#ff0000"。 FillTextCmd font : String 定义字号和字体,比如"20px Arial"。 FillTextCmd text : String 在画布上输出的文本。 FillTextCmd textAlign : String 文本对齐方式,...
来源: Laya2.0_api 发布时间: 20190513
...换。 Matrix toString():String 返回列出该 Matrix 对象属性的文本值。 Matrix transformPoint(out:Point):Point 将 Matrix 对象表示的几何转换应用于指定点。 Matrix transformPointN(out:Point):Point 将 Matrix 对象表示的几何转换应用于指定点,忽略tx...
来源: Laya2.0_api 发布时间: 20190513
...Dispatcher ObjectSubclasses Input Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设置的字体而显示异常)...
来源: Laya2.0_api 发布时间: 20190513
... : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文...
来源: Laya2.0_api 发布时间: 20190513
...tcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-o...
来源: Laya2.0_api 发布时间: 20190513
...Subclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中...
来源: Laya2.0_api 发布时间: 20190513
...方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认属性是:selected。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined...
来源: Laya2.0_api 发布时间: 20190513