Esc e apply bold style, Esc f cancel bold style, Esc e – Brother TD-2120N User Manual
Page 32: Apply bold style, Esc f, Cancel bold style

ESC/P Command Reference
- 26 -
5. Control Command Details
ESC E
Apply bold style
ASCII: ESC
E
Decimal: 27
69
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
Decimal: 27
70
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