A SERVICE OF

logo

Print Style Commands (continued)
Function:
Cancel italic print
Format:
ASCII
<ESC> “5
Decimal
27
53
Hexadecimal 1B 35
Remarks:
This command cancels italic printing and returns you to the
standard character set.
Function:
Underline on/off
Format:
ASCII
<ESC> “-" n
Decimal
27
45 n
Hexadecimal 1B 2D n
Remarks:
This command turns underlining on (n = 1) or turns underlin-
ing off (n = 0).
Function:
Select superscripts or subscripts
Format:
ASCII
<ESC>
“S” n
Decimal
27
83 n
Hexadecimal 1B 53 n
Remarks:
This command either selects superscripts (n = 0) or selects
subscripts (n = 1).
Function:
Cancel superscripts and subscripts
Format:
ASCII
<ESC>
“T”
Decimal
27
84
Hexadecimal 1B
54
A-14