Tally Genicom T5023+ Printer User Manual


 
Print quality and character size Standard commands
100
T5023/5023+ - Programming Guide
Selecting the character size 15 cpi
Function:
ESC g sets the character size to 15 cpi (15 characters per inch). Set character
sizes in 10 cpi or 12 cpi are cancelled.
Example:
Result:
ESC
27
1B
g
103
67
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 15 cpi can be combined with elongated print,
however, not with condensed 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