Testing mixing styles
This commit is contained in:
@ -15,18 +15,18 @@
|
||||
|
||||
<child>
|
||||
<UIRichTextLabel
|
||||
alignment="0, 0, 0, 0"
|
||||
alignX="UI_COMPONENT_ALIGN_STRETCH"
|
||||
alignY="UI_COMPONENT_ALIGN_STRETCH"
|
||||
alignment="0, 0, 65, 192"
|
||||
alignUnitLeft="UI_COMPONENT_ALIGN_UNIT_PERCENT"
|
||||
alignUnitRight="UI_COMPONENT_ALIGN_UNIT_PERCENT"
|
||||
alignX="UI_COMPONENT_ALIGN_MIDDLE"
|
||||
alignY="UI_COMPONENT_ALIGN_MIDDLE"
|
||||
ref="uiLabel"
|
||||
>
|
||||
<font font="font_arial" size="32">
|
||||
Hello World
|
||||
How are you today?
|
||||
How <font color="RED">are</font> you today?
|
||||
I'm doing great, thanks!
|
||||
Thanks, me too!
|
||||
</font>
|
||||
<font font="font_arial" size="36" color="RED">
|
||||
Glad to hear it!
|
||||
I'm glad to hear it too!
|
||||
What a great day!
|
||||
@ -40,5 +40,5 @@
|
||||
</UIRichTextLabel>
|
||||
</child>
|
||||
|
||||
<VNTextboxScroller ref="textboxScroller" label="uiLabel" />
|
||||
<VNTextboxScroller ref="textboxScroller" label="uiLabel" visibleLines="6" />
|
||||
</prefab>
|
Reference in New Issue
Block a user