19
ESC F Cancel bold style
[ASCII] ESC F
[Decimal] 27
70
[Hexadecimal] 1B
46
[Parameters] None
[Description]
・
Cancels the bold style.
[Example]
Code
ABC ESC E DEF ESC F GHI FF
Print result
ABC
DEF
GHI
ESC G Apply double-strike printing
[ASCII] ESC
G
[Decimal] 27
71
[Hexadecimal] 1B
47
[Parameters] None
[Description]
・
Prints the following text in bold.
ESC H Cancel double-strike printing
[ASCII] ESC H
[Decimal] 27
72
[Hexadecimal] 1B
48
[Parameters] None
[Description]
・
Cancels the bold style.
[Example]
Code
ABC ESC E DEF ESC F GHI FF
Print result
ABC
DEF
GHI