Standard commands Print modes
T5023/5023+ - Programming Guide 111
Switching off bold print
Function:
ESC F switches off the bold print set using ESC E or ESC ! (n).
Example:
Result:
ESC
27
1B
F
70
46
ASCII character
Decimal
Hexadecimal
BEGIN
PRINT("normal",char(27),"E"," bold")
PRINTLF(char(27),"F"," normal")
END