
Print Style Commands (continued)
Function:
Cancel italic printFormat: | < E S C > | “ 5 ” |
ASCII | ||
Decimal | 27 | 53 |
Hexadecimal | 1B | 35 |
Remarks:
This command cancels italic printing and returns you to the standard character set.
Function:
Underline on/offFormat: | < E S C > “ - " n | ||
ASCII | |||
Decimal | 27 | 45 | n |
Hexadecimal | 1B | 2D | n |
Remarks:
This command turns underlining on (n = 1) or turns underlining off (n = 0).
Function:
Select superscripts or subscriptsFormat: | <ESC> | “S” | n |
ASCII | |||
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 subscriptsFormat: | <ESC> | “T” |
ASCII | ||
Decimal | 27 | 84 |
H e x a d e c i m a l 1 B | 54 | |
|
|
|