AR_Engine_SDK
载入中...
搜索中...
未找到
函数 | 变量
XUIRichText.lua 文件参考

#include <XUIRichText.h>

类 XUIRichElement 继承关系图:
Inheritance graph

#include <XUIRichText.h>

类 XUIRichElementText 继承关系图:
Inheritance graph

#include <XUIRichText.h>

类 XUIRichElementImage 继承关系图:
Inheritance graph

#include <XUIRichText.h>

类 XUIRichElementCustomNode 继承关系图:
Inheritance graph

#include <XUIRichText.h>

类 XUIRichElementNewLine 继承关系图:
Inheritance graph

#include <XUIRichText.h>

类 XUIRichText 继承关系图:
Inheritance graph

函数

function XUIRichElement new () end
 
function XUIRichElement GetType () end
 
function XUIRichElement Init (tag, color) end
 
function XUIRichElement EqualType (type) end
 
function XUIRichElement SetColor (color) end
 
function XUIRichElement Clone () end
 
function XUIRichElementText Init (tag, color, strText, strfontName, fFontSize, nflags) end
 
function XUIRichElementText Init (tag, color, strText, strfontName, fFontSize, nflags, outlineColor, nOutlineSize) end
 
function XUIRichElementText Init (tag, color, strText, strfontName, fFontSize, nflags, outlineColor, nOutlineSize, shadowColor) end
 
function XUIRichElementText Init (tag, color, strText, strfontName, fFontSize, nflags, outlineColor, nOutlineSize, shadowColor, vShadowOffset, nShadowBlurRadius) end
 
function XUIRichElementText Init (tag, color, strText, strfontName, fFontSize, nflags, outlineColor, nOutlineSize, shadowColor, vShadowOffset, nShadowBlurRadius, glowColor) end
 
function XUIRichElementText Init2 (tag, color, strText, strfontName, fFontSize, outlineColor, nOutlineSize, LowerColor, UpperColor, horizontalAlig, verticalAlig) end
 
function XUIRichElementText Init3 (tag, strText, _TextProperty) end
 
function XUIRichElementText Create (tag, color, strText, strfontName, fFontSize, nflags) end
 
function XUIRichElementText Create (tag, color, strText, strfontName, fFontSize, nflags, outlineColor, nOutlineSize) end
 
function XUIRichElementText Create (tag, color, strText, strfontName, fFontSize, nflags, outlineColor, nOutlineSize, shadowColor) end
 
function XUIRichElementText Create (tag, color, strText, strfontName, fFontSize, nflags, outlineColor, nOutlineSize, shadowColor, vShadowOffset, nShadowBlurRadius) end
 
function XUIRichElementText Create (tag, color, strText, strfontName, fFontSize, nflags, outlineColor, nOutlineSize, shadowColor, vShadowOffset, nShadowBlurRadius, glowColor) end
 
function XUIRichElementText Create (tag, color, strText, strfontName, fFontSize) end
 
function XUIRichElementText Create (tag, color, strText, strfontName, fFontSize, outlineColor, nOutlineSize) end
 
function XUIRichElementText Create (tag, color, strText, strfontName, fFontSize, outlineColor, nOutlineSize, LowerColor) end
 
function XUIRichElementText Create (tag, color, strText, strfontName, fFontSize, outlineColor, nOutlineSize, LowerColor, UpperColor, horizontalAlig, verticalAlig) end
 
function XUIRichElementText Create (tag, strText, _TextProperty) end
 
function XUIRichElementImage Init (tag, color, filePath, eTexType) end
 
function XUIRichElementImage Init (tag, color, pImage) end
 
function XUIRichElementImage Create (tag, color, filePath, eTexType) end
 
function XUIRichElementImage Create (tag, color, pImage) end
 
function XUIRichElementImage SetWidth (nWidth) end
 
function XUIRichElementImage SetHeight (nHeight) end
 
function XUIRichElementImage GetImage () end
 
function XUIRichElementCustomNode Init (nTag, color, pNode) end
 
function XUIRichElementCustomNode Create (nTag, color, pNode) end
 
function XUIRichElementNewLine Create (nTag, color) end
 
function XUIRichText Create () end
 
function XUIRichText SetRichText (richtextstr) end
 
function XUIRichText GetRichText () end
 
function XUIRichText InsertElement (pElement, nIndex) end
 
function XUIRichText AddElement (pElement) end
 
function XUIRichText RemoveElement (nIndex, bClean) end
 
function XUIRichText RemoveElement (pElement, bClean) end
 
function XUIRichText GetRichTextElement (nIndex) end
 
function XUIRichText NewLine () end
 
function XUIRichText GetElementsNum () end
 
function XUIRichText SetVerticalSpace (fSpace) end
 
function XUIRichText GetVerticalSpace () end
 
function XUIRichText SetWrapMode (eWrapMode) end
 
function XUIRichText GetWrapMode () end
 
function XUIRichText SetVAlignmentInLine (eAlignment) end
 
function XUIRichText GetVAlignmentInLine () end
 
function XUIRichText SetTextColor (clr) end
 
function XUIRichText GetTextColor () end
 
function XUIRichText SetTextUpperColor (clr) end
 
function XUIRichText GetTextUpperColor () end
 
function XUIRichText SetTextLowerColor (clr) end
 
function XUIRichText GetTextLowerColor () end
 
function XUIRichText SetTextPointSize (fPointSize) end
 
function XUIRichText GetTextPointSize () end
 
function XUIRichText SetHAlignMent (hAlign) end
 
function XUIRichText SetVAlignMent (vAlign) end
 
function XUIRichText GetHAlignment () end
 
function XUIRichText GetVAlignment () end
 
function XUIRichText SetOutlineColor (clrOutLine) end
 
function XUIRichText GetOutlineColor () end
 
function XUIRichText SetOutlineSize (nOutlineSize) end
 
function XUIRichText GetOutlineSize () end
 
function XUIRichText SetAdditionalKerning (fAdditionalKerning) end
 
function XUIRichText GetAdditionalKerning () end
 
function XUIRichText SetTTFFontPath (strPath) end
 
function XUIRichText GetTTFFontPath () end
 
function XUIRichText IsSaveRichTextStr () end
 
function XUIRichText SetSaveRichTextStr (bsave) end
 
function XUIRichText FormatText () end
 
function XUIRichText GetActualSize () end
 

变量

 XUIRichElement = {}
 
XUIRichElement XUI_TEXT = 0
 
XUIRichElement XUI_IMAGE = 0
 
XUIRichElement XUI_CUSTOM = 0
 
XUIRichElement XUI_NEWLINE = 0
 

函数说明

◆ AddElement()

function XUIRichText AddElement ( pElement  )

添加一个RichElement

参数
pElementXUIRichElement 要添加的RichElement
返回
void

◆ Clone()

function XUIRichElement Clone ( )

克隆一个富文本元素,并返回新得到的元素指针

返回
XUIRichElement

◆ Create() [1/15]

function XUIRichText Create ( )

XUIRichText_Create00

返回
XUIRichText

◆ Create() [2/15]

function XUIRichElementNewLine Create ( nTag  ,
color   
)

XUIRichElementNewLine_Create00

参数
nTagnumber
colorXCOLORBASE
返回
XUIRichElementNewLine

◆ Create() [3/15]

function XUIRichElementCustomNode Create ( nTag  ,
color  ,
pNode   
)

XUIRichElementCustomNode_Create00

参数
nTagnumber
colorXCOLORBASE
pNodeXUINode
返回
XUIRichElementCustomNode

◆ Create() [4/15]

function XUIRichElementImage Create ( tag  ,
color  ,
filePath  ,
eTexType   
)

XUIRichElementImage_Create00

参数
tagnumber
colorXCOLORBASE
filePathstring
eTexTypenumber
返回
XUIRichElementImage

◆ Create() [5/15]

function XUIRichElementImage Create ( tag  ,
color  ,
pImage   
)

XUIRichElementImage_Create01

参数
tagnumber
colorXCOLORBASE
pImageXUIImage
返回
XUIRichElementImage

◆ Create() [6/15]

function XUIRichElementText Create ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize   
)

XUIRichElementText_Create05

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
返回
XUIRichElementText

◆ Create() [7/15]

function XUIRichElementText Create ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags   
)

XUIRichElementText_Create00

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
返回
XUIRichElementText

◆ Create() [8/15]

function XUIRichElementText Create ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags  ,
outlineColor  ,
nOutlineSize   
)

XUIRichElementText_Create01

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
outlineColorXCOLORBASE
nOutlineSizenumber
返回
XUIRichElementText

◆ Create() [9/15]

function XUIRichElementText Create ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags  ,
outlineColor  ,
nOutlineSize  ,
shadowColor   
)

XUIRichElementText_Create02

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
outlineColorXCOLORBASE
nOutlineSizenumber
shadowColorXCOLORBASE
返回
XUIRichElementText

◆ Create() [10/15]

function XUIRichElementText Create ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags  ,
outlineColor  ,
nOutlineSize  ,
shadowColor  ,
vShadowOffset  ,
nShadowBlurRadius   
)

通过多个变量创建一个XUIRichElementImage类

参数
tagnumber 标签值
colorXCOLORBASE 颜色
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
outlineColorXCOLORBASE
nOutlineSizenumber
shadowColorXCOLORBASE
vShadowOffsetXVECTOR2
nShadowBlurRadiusnumber
返回
XUIRichElementText 创建的指针

◆ Create() [11/15]

function XUIRichElementText Create ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags  ,
outlineColor  ,
nOutlineSize  ,
shadowColor  ,
vShadowOffset  ,
nShadowBlurRadius  ,
glowColor   
)

通过多个变量创建一个XUIRichElementImage类

参数
tagnumber 标签值
colorXCOLORBASE 颜色
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
outlineColorXCOLORBASE
nOutlineSizenumber
shadowColorXCOLORBASE
vShadowOffsetXVECTOR2
nShadowBlurRadiusnumber
glowColorXCOLORBASE
返回
XUIRichElementText 创建的指针

◆ Create() [12/15]

function XUIRichElementText Create ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
outlineColor  ,
nOutlineSize   
)

XUIRichElementText_Create06

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
outlineColorXCOLORBASE
nOutlineSizenumber
返回
XUIRichElementText

◆ Create() [13/15]

function XUIRichElementText Create ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
outlineColor  ,
nOutlineSize  ,
LowerColor   
)

创建并返回一个空的控件实例的指针

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
outlineColorXCOLORBASE
nOutlineSizenumber
LowerColorXCOLORBASE
返回
XUIRichElementText 控件指针

◆ Create() [14/15]

function XUIRichElementText Create ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
outlineColor  ,
nOutlineSize  ,
LowerColor  ,
UpperColor  ,
horizontalAlig  ,
verticalAlig   
)

XUIRichElementText_Create08

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
outlineColorXCOLORBASE
nOutlineSizenumber
LowerColorXCOLORBASE
UpperColorXCOLORBASE
horizontalAlignumber
verticalAlignumber
返回
XUIRichElementText

◆ Create() [15/15]

function XUIRichElementText Create ( tag  ,
strText  ,
_TextProperty   
)

XUIRichElementText_Create09

参数
tagnumber
strTextstring
_TextPropertyXUITextFormat
返回
XUIRichElementText

◆ EqualType()

function XUIRichElement EqualType ( type  )

判断当前富文本元素是否是type类型的富文本元素

参数
typenumber
返回
boolean 返回是否为传入参数类型的富文本元素。

◆ FormatText()

function XUIRichText FormatText ( )

重新排列所有的RichElement。 常内部调用

返回
void

◆ GetActualSize()

function XUIRichText GetActualSize ( )

获取实际大小

返回
XVECTOR2 实际大小

◆ GetAdditionalKerning()

function XUIRichText GetAdditionalKerning ( )

获取文本的字间距, 仅TTF文字支持

返回
number

◆ GetElementsNum()

function XUIRichText GetElementsNum ( )

获取所有元素数目

返回
number

◆ GetHAlignment()

function XUIRichText GetHAlignment ( )

获取文本水平对齐方式

返回
number 水平对齐方式

◆ GetImage()

function XUIRichElementImage GetImage ( )

XUIRichElementImage_GetImage00

返回
XUIImage

◆ GetOutlineColor()

function XUIRichText GetOutlineColor ( )

获取文本描边颜色

返回
XCOLORBASE 返回描边颜色

◆ GetOutlineSize()

function XUIRichText GetOutlineSize ( )

获取文本描边宽度

返回
number 返回描边颜色

◆ GetRichText()

function XUIRichText GetRichText ( )

XUIRichText_GetRichText00

返回
string

◆ GetRichTextElement()

function XUIRichText GetRichTextElement ( nIndex  )

获取指定索引的RichElement 不存在,返回nullptr

参数
nIndexnumber 指定的索引
返回
XUIRichElement

◆ GetTextColor()

function XUIRichText GetTextColor ( )

获取文本颜色

返回
XCOLORBASE 返回文本颜色

◆ GetTextLowerColor()

function XUIRichText GetTextLowerColor ( )

获取文本渐变颜色-下层颜色

返回
XCOLORBASE 返回文本下层颜色

◆ GetTextPointSize()

function XUIRichText GetTextPointSize ( )

获取字体大小

返回
number

◆ GetTextUpperColor()

function XUIRichText GetTextUpperColor ( )

获取文本渐变颜色-上层颜色

返回
XCOLORBASE 返回文本上层颜色

◆ GetTTFFontPath()

function XUIRichText GetTTFFontPath ( )

XUIRichText_GetTTFFontPath00

返回
string

◆ GetType()

function XUIRichElement GetType ( )

获取类型

返回
string

◆ GetVAlignment()

function XUIRichText GetVAlignment ( )

获取文本垂直对齐方式

返回
number 垂直对齐方式

◆ GetVAlignmentInLine()

function XUIRichText GetVAlignmentInLine ( )

XUIRichText_GetVAlignmentInLine00

返回
number

◆ GetVerticalSpace()

function XUIRichText GetVerticalSpace ( )

XUIRichText_GetVerticalSpace00

返回
number

◆ GetWrapMode()

function XUIRichText GetWrapMode ( )

XUIRichText_GetWrapMode00

返回
number

◆ Init() [1/9]

function XUIRichElementCustomNode Init ( nTag  ,
color  ,
pNode   
)

通过不同的参数初始化一个富文本元素

参数
nTagnumber
colorXCOLORBASE 颜色
pNodeXUINode
返回
boolean

◆ Init() [2/9]

function XUIRichElement Init ( tag  ,
color   
)

通过不同的参数初始化一个富文本元素

参数
tagnumber 标签值
colorXCOLORBASE 颜色
返回
boolean

◆ Init() [3/9]

function XUIRichElementImage Init ( tag  ,
color  ,
filePath  ,
eTexType   
)

通过不同的参数初始化一个富文本元素

参数
tagnumber 标签值
colorXCOLORBASE 颜色
filePathstring
eTexTypenumber
返回
boolean

◆ Init() [4/9]

function XUIRichElementImage Init ( tag  ,
color  ,
pImage   
)

XUIRichElementImage_Init01

参数
tagnumber
colorXCOLORBASE
pImageXUIImage
返回
boolean

◆ Init() [5/9]

function XUIRichElementText Init ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags   
)

通过不同的参数初始化一个富文本元素

参数
tagnumber 标签值
colorXCOLORBASE 颜色
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
返回
boolean

◆ Init() [6/9]

function XUIRichElementText Init ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags  ,
outlineColor  ,
nOutlineSize   
)

XUIRichElementText_Init01

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
outlineColorXCOLORBASE
nOutlineSizenumber
返回
boolean

◆ Init() [7/9]

function XUIRichElementText Init ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags  ,
outlineColor  ,
nOutlineSize  ,
shadowColor   
)

通过多个变量初始化一个XUIRichElementImage类

参数
tagnumber 标签值
colorXCOLORBASE 颜色
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
outlineColorXCOLORBASE
nOutlineSizenumber
shadowColorXCOLORBASE
返回
boolean 是否成功

◆ Init() [8/9]

function XUIRichElementText Init ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags  ,
outlineColor  ,
nOutlineSize  ,
shadowColor  ,
vShadowOffset  ,
nShadowBlurRadius   
)

通过多个变量初始化一个XUIRichElementImage类

参数
tagnumber 标签值
colorXCOLORBASE 颜色
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
outlineColorXCOLORBASE
nOutlineSizenumber
shadowColorXCOLORBASE
vShadowOffsetXVECTOR2
nShadowBlurRadiusnumber
返回
boolean 是否成功

◆ Init() [9/9]

function XUIRichElementText Init ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
nflags  ,
outlineColor  ,
nOutlineSize  ,
shadowColor  ,
vShadowOffset  ,
nShadowBlurRadius  ,
glowColor   
)

XUIRichElementText_Init04

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
nflagsnumber
outlineColorXCOLORBASE
nOutlineSizenumber
shadowColorXCOLORBASE
vShadowOffsetXVECTOR2
nShadowBlurRadiusnumber
glowColorXCOLORBASE
返回
boolean

◆ Init2()

function XUIRichElementText Init2 ( tag  ,
color  ,
strText  ,
strfontName  ,
fFontSize  ,
outlineColor  ,
nOutlineSize  ,
LowerColor  ,
UpperColor  ,
horizontalAlig  ,
verticalAlig   
)

XUIRichElementText_Init200

参数
tagnumber
colorXCOLORBASE
strTextstring
strfontNamestring
fFontSizenumber
outlineColorXCOLORBASE
nOutlineSizenumber
LowerColorXCOLORBASE
UpperColorXCOLORBASE
horizontalAlignumber
verticalAlignumber
返回
boolean

◆ Init3()

function XUIRichElementText Init3 ( tag  ,
strText  ,
_TextProperty   
)

XUIRichElementText_Init300

参数
tagnumber
strTextstring
_TextPropertyXUITextFormat
返回
boolean

◆ InsertElement()

function XUIRichText InsertElement ( pElement  ,
nIndex   
)

在指定位置插入一个RichElement

参数
pElementXUIRichElement 插入的RichElement
nIndexnumber 指定位置
返回
void

◆ IsSaveRichTextStr()

function XUIRichText IsSaveRichTextStr ( )

XUIRichText_IsSaveRichTextStr00

返回
boolean

◆ new()

function XUIRichElement new ( )

XUIRichElement_new00

返回
XUIRichElement

XUIRichElementText_new00

返回
XUIRichElementText

XUIRichElementImage_new00

返回
XUIRichElementImage

XUIRichElementCustomNode_new00

返回
XUIRichElementCustomNode

XUIRichElementNewLine_new00

返回
XUIRichElementNewLine

XUIRichText_new00

返回
XUIRichText

◆ NewLine()

function XUIRichText NewLine ( )

在富文本中新启一行,相当于加了个'
'

返回
void

◆ RemoveElement() [1/2]

function XUIRichText RemoveElement ( nIndex  ,
bClean   
)

删除指定索引的RichElement

参数
nIndexnumber 指定的索引
bCleanboolean
返回
void

◆ RemoveElement() [2/2]

function XUIRichText RemoveElement ( pElement  ,
bClean   
)

删除指定的RichElement

参数
pElementXUIRichElement 指定的元素指针
bCleanboolean
返回
void

◆ SetAdditionalKerning()

function XUIRichText SetAdditionalKerning ( fAdditionalKerning  )

获取文本描边宽度 设置文本的字间距, 仅TTF文字支持

参数
fAdditionalKerningnumber 字间距值
返回
void 返回描边颜色

◆ SetColor()

function XUIRichElement SetColor ( color  )

设置颜色

参数
colorXCOLORBASE
返回
void

◆ SetHAlignMent()

function XUIRichText SetHAlignMent ( hAlign  )

设置文本水平对齐方式

参数
hAlignnumber 水平对齐
返回
void

◆ SetHeight()

function XUIRichElementImage SetHeight ( nHeight  )

设置高度

参数
nHeightnumber
返回
void

◆ SetOutlineColor()

function XUIRichText SetOutlineColor ( clrOutLine  )

设置文本描边颜色

参数
clrOutLineXCOLORBASE 描边颜色
返回
void

◆ SetOutlineSize()

function XUIRichText SetOutlineSize ( nOutlineSize  )

设置文本描边宽度

参数
nOutlineSizenumber
返回
void

◆ SetRichText()

function XUIRichText SetRichText ( richtextstr  )

设置富文本字符串

参数
richtextstrstring 富文本
返回
void

◆ SetSaveRichTextStr()

function XUIRichText SetSaveRichTextStr ( bsave  )

XUIRichText_SetSaveRichTextStr00

参数
bsaveboolean
返回
void

◆ SetTextColor()

function XUIRichText SetTextColor ( clr  )

设置文本颜色

参数
clrXCOLORBASE 文本颜色
返回
void

◆ SetTextLowerColor()

function XUIRichText SetTextLowerColor ( clr  )

设置文本渐变颜色-下层颜色

参数
clrXCOLORBASE 文本下层颜色
返回
void

◆ SetTextPointSize()

function XUIRichText SetTextPointSize ( fPointSize  )

设置字体大小

参数
fPointSizenumber
返回
void

◆ SetTextUpperColor()

function XUIRichText SetTextUpperColor ( clr  )

设置文本渐变颜色-上层颜色

参数
clrXCOLORBASE 文本上层颜色
返回
void

◆ SetTTFFontPath()

function XUIRichText SetTTFFontPath ( strPath  )

更改字体

参数
strPathstring
返回
void

◆ SetVAlignMent()

function XUIRichText SetVAlignMent ( vAlign  )

设置文本垂直对齐方式

参数
vAlignnumber 垂直对齐
返回
void

◆ SetVAlignmentInLine()

function XUIRichText SetVAlignmentInLine ( eAlignment  )

XUIRichText_SetVAlignmentInLine00

参数
eAlignmentnumber
返回
void

◆ SetVerticalSpace()

function XUIRichText SetVerticalSpace ( fSpace  )

设置每个RichElement的垂直间隔

参数
fSpacenumber 间隔值
返回
void

◆ SetWidth()

function XUIRichElementImage SetWidth ( nWidth  )

设置宽度

参数
nWidthnumber
返回
void

◆ SetWrapMode()

function XUIRichText SetWrapMode ( eWrapMode  )

XUIRichText_SetWrapMode00

参数
eWrapModenumber
返回
void

变量说明

◆ XUI_CUSTOM

XUIRichElement XUI_CUSTOM = 0

◆ XUI_IMAGE

XUIRichElement XUI_IMAGE = 0

◆ XUI_NEWLINE

XUIRichElement XUI_NEWLINE = 0

◆ XUI_TEXT

XUIRichElement XUI_TEXT = 0

◆ XUIRichElement