大约有 24 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...asspublic class BitmapFontInheritanceBitmapFont Object BitmapFont 是位图字体类,用于定义位图字体信息。 字体制作及使用方法,请参考文章 See alsohttp://ldc2.layabox.com/doc/?nav=ch-js-1-2-5Public Properties PropertyDefined By autoScaleSize : Boolean = false表示是...
来源: Laya2.0_api 发布时间: 20190513
...对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设置的字体而显示异常)。 Public Properties Hide Inherited Public Properties Show ...
来源: Laya2.0_api 发布时间: 20190513
...lipInheritanceFontClip Clip UIComponent Sprite Node EventDispatcher Object 字体切片,简化版的位图字体,只需设置一个切片图片和文字内容即可使用,效果同位图字体 使用方式:设置位图字体皮肤skin,设置皮肤对应的字体内容sheet(如果多行...
来源: Laya2.0_api 发布时间: 20190513
...fined By color : Color 获取颜色。 TextMesh fontSize : int 获取字体尺寸。 TextMesh text : String 获取文本。 TextMeshPublic Methods MethodDefined By TextMesh() 创建一个新的 TextMesh 实例。 TextMeshProperty Detailcolorpropertycolor:Color 获取颜色。 Implement...
来源: Laya2.0_api 发布时间: 20190513
...集合。可以设置多个滤镜组合。Sprite font : String 文本的字体名称,以字符串形式表示。 默认值为:"Arial",可以通过Text.defaultFont设置默认字体。 如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显...
来源: Laya2.0_api 发布时间: 20190513
...义文本颜色,比如"#ff0000"。 StrokeTextCmd font : String 定义字体和字号,比如"20px Arial"。 StrokeTextCmd lineWidth : Number 线条宽度。 StrokeTextCmd text : String 在画布上输出的文本。 StrokeTextCmd textAlign : String 文本对齐方式,可选值:"le...
来源: Laya2.0_api 发布时间: 20190513
...文本颜色,比如"#ff0000"。 FillBorderTextCmd font : String 定义字体和字号,比如"20px Arial"。 FillBorderTextCmd lineWidth : Number 镶边线条宽度。 FillBorderTextCmd text : String 在画布上输出的文本。 FillBorderTextCmd textAlign : String 文本对齐方...
来源: Laya2.0_api 发布时间: 20190513
...本颜色,比如"#ff0000"。 FillTextCmd font : String 定义字号和字体,比如"20px Arial"。 FillTextCmd text : String 在画布上输出的文本。 FillTextCmd textAlign : String 文本对齐方式,可选值:"left","center","right"。 FillTextCmd x : Number 开始绘...
来源: Laya2.0_api 发布时间: 20190513
...arraybuffer二进制数据。Loader FONT : String = font[static] 位图字体类型,加载完成后返回BitmapFont,加载后,会根据文件名自动注册为位图字体。Loader groupMap : Object[static] 资源分组对应表。Loader HIERARCHY : String = HIERARCHY[static] Hierarch...
来源: Laya2.0_api 发布时间: 20190513
...er函数渲染。 Sprite defaultFont : String = Arial[static] 默认文本字体,默认为ArialText defaultFontSize : int = 12[static] 默认文本大小,默认为12Text destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[r...
来源: Laya2.0_api 发布时间: 20190513