大约有 63 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0074 秒)
...er函数渲染。 Sprite defaultFont : String = Arial[static] 默认文本字体,默认为ArialText defaultFontSize : int = 12[static] 默认文本大小,默认为12Text destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[r...
来源: Laya2.0_api 发布时间: 20190513
...void Inherited from Text.font Defined in laya/display/Text.ts:362 文本的字体名称,以字符串形式表示。 默认值为:"Arial",可以通过Config.defaultFont设置默认字体。 如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显...
来源: Laya3.0_api 发布时间: 20231115
...quot;; //设置文本颜色 txt.color = "#FF0000"; //设置文本字体大小,单位是像素 txt.fontSize = 66; //设置字体描边 txt.stroke = 5;//描边为5像素 txt.strokeColor = "#FFFFFF"; //设置为粗体 txt.bold = true; //设置文本的显示起点位置X,Y txt.pos...
来源: Laya_社区 发布时间: 20180715
...string): void Defined in laya/ui/UIGroup.ts:410 表示按钮文本标签的字体名称,以字符串形式表示。 see laya.display.Text.font() Returns string Defined in laya/ui/UIGroup.ts:414 表示按钮文本标签的字体名称,以字符串形式表示。 see laya.display.Text.font() Param...
来源: Laya3.0_api 发布时间: 20231115
... string): void Defined in laya/ui/Button.ts:588 表示按钮文本标签的字体名称,以字符串形式表示。 Returns string Defined in laya/ui/Button.ts:593 表示按钮文本标签的字体名称,以字符串形式表示。 Parameters value: string Returns void labelPadding get labelPadd...
来源: Laya3.0_api 发布时间: 20231115
...oup.labelFont Defined in laya/ui/UIGroup.ts:410 表示按钮文本标签的字体名称,以字符串形式表示。 see laya.display.Text.font() Returns string Inherited from UIGroup.labelFont Defined in laya/ui/UIGroup.ts:414 表示按钮文本标签的字体名称,以字符串形式表示。 s...
来源: Laya3.0_api 发布时间: 20231115
...tton.labelFont Defined in laya/ui/Button.ts:588 表示按钮文本标签的字体名称,以字符串形式表示。 Returns string Inherited from Button.labelFont Defined in laya/ui/Button.ts:593 表示按钮文本标签的字体名称,以字符串形式表示。 Parameters value: string Returns...
来源: Laya3.0_api 发布时间: 20231115
...tton.labelFont Defined in laya/ui/Button.ts:588 表示按钮文本标签的字体名称,以字符串形式表示。 Returns string Inherited from Button.labelFont Defined in laya/ui/Button.ts:593 表示按钮文本标签的字体名称,以字符串形式表示。 Parameters value: string Returns...
来源: Laya3.0_api 发布时间: 20231115
...oup.labelFont Defined in laya/ui/UIGroup.ts:410 表示按钮文本标签的字体名称,以字符串形式表示。 see laya.display.Text.font() Returns string Inherited from UIGroup.labelFont Defined in laya/ui/UIGroup.ts:414 表示按钮文本标签的字体名称,以字符串形式表示。 s...
来源: Laya3.0_api 发布时间: 20231115
...belColors : StringUIGroup labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 UIGroup labelPadding : String 表示按钮文本标签的边距。 格式:"上边距,右边距,下边距,左边距"。 UIGroup labels : String 标签集合字符串。以逗...
来源: laya_api 发布时间: 20170929