ESC/ P Command Reference

Table Of Contents
ESC/P Command Reference
- 28 -
5. Control Command Details
ESC G Apply double-strike printing
ASCII: ESC G
Hexadecimal: 1B 47
Parameters
None
Description
Prints the subsequent text in bold.
This command is valid anywhere in a text line.
ESC H Cancel double-strike printing
ASCII: ESC H
Hexadecimal: 1B 48
Parameters
None
Description
Cancels the bold style.
This command is valid anywhere in a text line.
Example
Code: ABC ESC G DEF ESC H GHI FF
Print result: ABCDEFGHI