ESC H | Cancel Double-Strike Mode |
Format:
ASCII code: ESC H
Decimal : 27 72
Hexadecimal: 1B 48
Comments:
Turns off the double-strike mode selected by ESC G.
ESC S 0 | | | Select Superscript Mode |
Format: | | | |
ASCII code: | ESC | S | NUL |
Decimal: | 27 | 83 | 0 |
Hexadecimal: | 1B | 53 | 00 |
Comments:
Prints characters about two-thirds of the normal height in the upper part of the character space. The ASCII code 0 or the character “0” can be used in this command. It is cancelled with ESC T. This command is available in both draft and NLQ. It cannot be combined with double- high.
ESC S 1 | | | Select Subscript Mode |
Format: | | | |
ASCII code: | ESC | S | SOH |
Decimal : | 27 | 83 | 1 |
Hexadecimal: | 1B | 53 | 01 |
Comments:
Prints characters about two-thirds of the normal height in the lower part of the character space. The ASCII code 1 or the character “1” can be used in this command. It is cancelled with ESC T. This command is available in both draft and NLQ. It cannot be combined with double- high.