跳到主要内容

egret.ITextElement

   egret

接口    public interface ITextElement

用于建立多种样式混合文本的基本结构,主要用于设置 textFlow 属性

公共属性

属性
style : egret.ITextStyle
文本样式
text : string
字符串内容

属性详细信息

style

style : egret.ITextStyle

  • 支持版本:Egret 2.4
  • 运行平台:Web,Native

文本样式

text

text : string

  • 支持版本:Egret 2.4
  • 运行平台:Web,Native

字符串内容