ESC/ P Command Reference

Table Of Contents
ESC/P Command Reference
- 27 -
5. Control Command Details
ESC E Apply bold style
ASCII: ESC E
Hexadecimal: 1B 45
Parameters
None
Description
Prints the subsequent text in bold.
This command is valid anywhere in a text line.
ESC F Cancel bold style
ASCII: ESC F
Hexadecimal: 1B 46
Parameters
None
Description
Cancels the bold style.
This command is valid anywhere in a text line.
Example
Code: ABC ESC E DEF ESC F GHI FF
Print result: ABCDEFGHI