Tally Genicom T5023+ Printer User Manual


 
Print modes Standard commands
110
T5023/5023+ - Programming Guide
Switchingonboldprint
Function:
ESC E switches bold print on. With bold print each dot of a print character is prin-
ted twice. The second dot is printed slightly displaced to the right.
Example:
Result (reduced in size):
ESC
27
1B
E
69
45
ASCII character
Decimal
Hexadecimal
Bold print is switched off again using ESC F or ESC ! (n).
Bold print and double impact print can be combined.
Bold print can be used with draft and LQ print quality.
The print rate is slower with bold print than with normal print.
BEGIN
PRINTLF("standard print")
PRINT(char(27),"E") <-- Bold print on
PRINTLF("bold print") LQ print quality
PRINT(char(27),"x",char(1)) <-- (ESC x (n))
PRINTLF("bold print in LQ print quality")
PRINT(char(27),"G") <-- Double impact print on
PRINT("bold print and double impact print") (ESC G)
PRINTLF(" in LQ print quality")
END
i