Learn Ugui's text control, used to display texts!. The basic attributes are no longer wordy!
Alignment: Text in horizontal and vertical alignment,
Horizontal Overflow: Horizontal
Wrap: Text size and number exceeds text border width, no longer displayed
Overflow: Text exceeds the width of the border or is displayed
Vertical Overflow: Vertical
Truncate: truncated, text vertical above text border height, not displayed
Overflow: Text exceeds border height, or is displayed
Best Fit: After the text is adjusted, the Font size is no longer valid.
The border is large and the text displays max size font sizes,
The border is small, the text min display min size font size, the border does not display minsize font size, no longer display text
Rich Text : Whether or not to support rich texts, if you tick, indicate the size, color, and so on of some text with a specific tag . <color=red> text </color>. The following are
Currently supported: Supported tags
Rich Text:
<color= #808080ff > Plates </color>
<b> plates </b>
<i> plates </i>
<b><i> plates </i><b>
Ugui Text Control