5525B/31/32 Line Matrix Printer LinePrinter Plus Programmer's Reference
Double Strike, Cancel
113
Double Strike, Cancel
ASCII Code ESC H
Hex Code 1B 48
Dec Code 27 72
Purpose Turns off the double strike printing set by ESC G or ESC !.
Discussion This control code resets only the double strike print attribute.
Other print attributes, such as double wide printing, are not
affected.
Double Wide Print
ASCII Code ESC W
n
Hex Code 1B 57
n
Dec Code 27 87
n
Purpose Turns double wide print on and off.
where
n
= 1 or 49 (hex 01 or hex 31) turns double wide print on
n
= 0 or 48 (hex 00 or hex 30) turns double wide print off
Discussion When ESC W is received, all characters are printed twice as
wide until reset. This command overrides SO, ESC SO, and
DC4. The OCR A and OCR B fonts cannot be printed in double
wide.
†
This control code doubles character width, but does
not
double
inter-character spacing, unlike the Epson FX-1050. The formulas
for total character spacing are as follows:
Epson FX-1050 2(char + 1 dot + space)
Epson Emulation 2(char + 1 dot) + space
Example The following sample illustrates double wide character printing.