Attr (gb.ncurses)

Deze klasse is statisch.

Constanten
Blink   Turns on the Blink attribute, value is &H80000
Bold   Turns on the Bold attribute, value is &H200000
Normal   Resets the attributes to default, Value is 0
Reverse   Turns on the reverse video attribute, Value is &H40000
Underline   Turns on the Underline Attribute, value is &H20000
Attr is used as a parameter to set the attributes of text.

Example: Window.Print("\r\nInitialising The System\r\n",,, Attr.Bold)