ESC/ P Command Reference

Table Of Contents
ESC/P Command Reference
- 22 -
5. Control Command Details
ESC q Select character style
ASCII: ESC q n
Hexadecimal: 1B 71 n
Parameters
0≤n≤3
Description
Selects the character style.
n=0:
None (normal characters)
n=1:
Outline
n=2:
Shadow
n=3:
Shadow and outline
Example
Code: ABC ESC q 02h ABC ESC q 00h ABC FF
Print result: ABC
ABC