Standard commands Print quality and character size
T5023/5023+ - Programming Guide 99
Selecting the character size 12 cpi (Elite)
Function:
ESC M sets the character size to 12 cpi (12 characters per inch). Set character
sizes in 10 cpi or 15 cpi are cancelled.
Example:
Result:
ESC
27
1B
M
77
4D
ASCII character
Decimal
Hexadecimal
– After switching on or initializing the printer, the character size is set
to the value, which has been set in the emulation menu.
– The character size 12 cpi can be combined with condensed and
elongated print.
– With proportional spacing the character size is set to 10 cpi.
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