大约有 19 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)
... "laya/display/BitmapFont" BitmapFont Class BitmapFont BitmapFont 是位图字体类,用于定义位图字体信息。 字体制作及使用方法,请参考文章 see http://ldc2.layabox.com/doc/?nav=ch-js-1-2-5 Hierarchy Resource BitmapFont Index Constructors constructor Properties _id autoScal...
来源: Laya3.0_api 发布时间: 20231115
...对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设置的字体而显示异常)。 example package { import laya.display.Text; public class...
来源: Laya3.0_api 发布时间: 20231115
... Static FONT FONT: string = "font" Defined in laya/net/Loader.ts:97 位图字体类型,加载完成后返回BitmapFont,加载后,会根据文件名自动注册为位图字体。 Static HIERARCHY HIERARCHY: string = "HIERARCHY" Defined in laya/net/Loader.ts:101 Hierarchy资源。 Static IMAGE I...
来源: Laya3.0_api 发布时间: 20231115
...void Inherited from Text.font Defined in laya/display/Text.ts:362 文本的字体名称,以字符串形式表示。 默认值为:"Arial",可以通过Config.defaultFont设置默认字体。 如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显...
来源: Laya3.0_api 发布时间: 20231115
...绘制文本的 y 坐标位置(相对于画布)。 font: string 定义字体和字号,比如"20px Arial"。 fillColor: string 定义文本颜色,比如"#ff0000"。 textAlign: string 文本对齐方式,可选值:"left","center","right"。 lineWidth: number 镶边线条宽度。 border...
来源: Laya3.0_api 发布时间: 20231115
...绘制文本的 y 坐标位置(相对于画布)。 font: string 定义字体和字号,比如"20px Arial"。 fillColor: string 定义文本颜色,比如"#ff0000"。 textAlign: string 文本对齐方式,可选值:"left","center","right"。 lineWidth: number 镶边线条宽度。 border...
来源: Laya3.0_api 发布时间: 20231115
...nals Only exported Menu Globals "laya/ui/FontClip" FontClip Class FontClip 字体切片,简化版的位图字体,只需设置一个切片图片和文字内容即可使用,效果同位图字体 使用方式:设置位图字体皮肤skin,设置皮肤对应的字体内容sheet(如果多行...
来源: Laya3.0_api 发布时间: 20231115
...绘制文本的 y 坐标位置(相对于画布)。 font: string 定义字体和字号,比如"20px Arial"。 fillColor: string 定义文本颜色,比如"#ff0000"。 textAlign: string 文本对齐方式,可选值:"left","center","right"。 lineWidth: number 镶边线条宽度。 border...
来源: Laya3.0_api 发布时间: 20231115
...|false; 是否是粗体 letter-spacing:10px; 字间距 font-family:宋体; 字体 font-size:20px; 字体大小 font-weight:bold:none; 字体是否是粗体,功能同bold color:#ff0000; 字体颜色 stroke:2px; 字体描边宽度 strokeColor:#ff0000; 字体描边颜色 padding:10px 10px 20px 20px; ...
来源: Laya3.0_api 发布时间: 20231102
...: number): void Defined in laya/ui/ComboBox.ts:504 下拉列表项标签的字体大小。 Returns number Defined in laya/ui/ComboBox.ts:508 下拉列表项标签的字体大小。 Parameters value: number Returns void labelBold get labelBold(): boolean set labelBold(value: boolean): void Defined in...
来源: Laya3.0_api 发布时间: 20231115