![background image](/manuals/213760/105/background.png)
Standard commands
Print quality and character size
T5023/5023+ - Programming Guide
95
Example:
The character spacing is increased step- by- step
.
Result:
BEGIN
PRINT(char(27),"x",char(0))
PRINTLF("print quality Draft")
PRINT(char(27),"x",char(1))
PRINTLF("print quality LQ")
END