Enumeration of predefined simple text formatting styles.
[Flags, PersistentEnum]
|
|||||
enum
|
TextStyle
|
Plain
|
= 0
|
Plain text. |
---|---|---|
Bold
|
= 0x01
|
Bold text. |
Italic
|
= 0x02
|
Italic text. |
Monospace
|
= 0x04
|
Monospace text. |
Underline
|
= 0x08
|
Underlined text. |