Represents the character attributes of an on-screen character.
Can include the following character attributes:
- Attribute
- Description
- backgroundColor
- The background color of the character.
- foregroundColor
- The foreground color of the character.
- column
- The column of the character on the screen.
- line
- The line of the character on the screen.
- autoEnter
- Defines if the character is part of an auto-enter text.
- autoSkip
- Defines if the character is part of an auto-skip text.
- blinking
- Defines if the character is blinking.
- bold
- Defines if the character is bold.
- columnSeparator
- Defines if the character is a column separator.
- detectable
- Defines if the character is part of a detectable text.
- hidden
- Defines if the character is part of a hidden text.
- protect
- Defines if the character is part of a protected text.
- reverseVideo
- Defines if the character is displayed in reverse video.
- underlined
- Defines if the character is underlined.
For additional information, see
IRDEAttribute Properties in the Rumba Developer Edition
(RDE) documentation.