ESC/ P Command Reference

Table Of Contents
ESC/P Command Reference
- 26 -
5. Control Command Details
5.2 Text printing commands
ESC 4 Apply italic style
ASCII: ESC 4
Hexadecimal: 1B 34
Parameters
None
Description
Prints the subsequent text in italics.
This command is valid anywhere in a text line.
ESC 5 Cancel italic style
ASCII: ESC 5
Hexadecimal: 1B 35
Parameters
None
Description
Cancels the italic character style.
This command is valid anywhere in a text line.
Example
Code: ABC ESC 4 DEF ESC 5 GHI FF
Print result: ABCDEFGHI