Control Codes
[ESC] E | Begin emphasized print mode | |
ASCII | [ESC] E | |
Hexadecimal | 1BH 45H | |
Decimal | <27> <69> | |
IPCL | &%MM |
|
EPOS | [ESC] E <1> |
Description The [ESC] E command begins emphasized print mode (one pass with horizontal offset). Emphasized print is bolder than normal print.
[ESC] F | End emphasized print mode | |
ASCII | [ESC] F | |
Hexadecimal | 1BH 46H | |
Decimal | <27> <70> | |
IPCL | &%CM |
|
EPOS | [ESC] E <0> |
Description The [ESC] F command cancels emphasized print mode.
[ESC] S <0> | Select superscript |
ASCII [ESC] S <0>
Hexadecimal 1BH 53H 00H
Decimal <27> <83> <0>
IPCL &%SP
EPOS none
Description The [ESC] S <0> command selects superscript. The following characters are printed half size on the upper side of the print line.
Note: Superscript is not available in all print modes.
[ESC] S <1> | Select subscript |
ASCII [ESC] S <1>
Hexadecimal 1BH 53H 01H
Decimal <27> <83> <1>
IPCL &%SB
EPOS none
Description The [ESC] S <1> command selects subscript. The following characters are printed half size on the bottom side of the print line.
Note: Superscript is not available in all print modes.
Page 104 |
|
|
|