Actions
Bug #857
closedSome text window effects aren't working.
Start date:
10/26/2021
Due date:
% Done:
0%
Estimated time:
4:00 h
Affected version:
Description
Inverse and Underline have been implemented, however, the following aren't working:
Shade On : Shade Off
Set Text 2 ' bold
Set Text 4 ' italic
For example:
Print "Normal"
Print
Print "Text FX Commands:"
Inverse On : Print "Inverse"
Inverse Off
Shade On : Print "Shaded"
Shade Off
Under On : Print "Under"
Under Off
Print
Print : Print "Set Text"
Underline = 1
Bold = 2
Italic = 4
Set Text Underline : Print "Underline"
Set Text Bold : Print "Bold"
Set Text Italic : Print "Italic"
Print
Print "Bold, Italic, Underlined, Shaded, and Inverted"
Set Text %111
Inverse On
Shade On
Print "ALL"
Actions