Print quality and character size Standard commands
98 T5023/5023+ - Programming Guide
Selecting the character size 10 cpi (Pica)
Function:
ESC P sets the character size to 10 cpi (10 characters per inch). This character
size is also set after switching on or initializingthe printer if it has been selected
in the emulation menu.
Example:
Result:
ESC
27
1B
P
80
50
ASCII character
Decimal
Hexadecimal
The character size 10 cpi can be combined with condensed and
elongated print.
The command ESC P is normally used to deactivate the 12 cpior
15 cpi character size.
BEGIN
PRINT(char(27),"P")
PRINTLF("character size 10 cpi")
PRINT(char(27),"M")
PRINTLF("character size 12 cpi")
PRINT(char(27),"g")
PRINTLF("character size 15 cpi"))
END
i