Brother HL-Series Technical Reference Manual page 222

Hide thumbs Also See for HL-Series:
Table of Contents

Advertisement

Revision C 16/01/96
Cancel double-strike mode
EscH
Ÿ
This command turns double-strike mode off. Subsequent text is printed with a medium stroke
width.
LPRINT CHR$(27); CHR$(72); 'Turn double-strike printing mode off
Select / cancel double-width printing
EscWn
Ÿ
This command turns double-width printing on or off.
Ÿ
If n is set to 1 subsequent text is printed using double-width characters. The line spacing
setting is doubled.
Ÿ
If n is set to 0 subsequent text is printed using normal sized characters. The previous
character pitch setting is restored.
Ÿ
When you specify a value for n you may also use the character codes for '0' and '1' (48 and
49) instead of 0 and 1.
Ÿ
Only Esc W 0 can be used to cancel double-width printing mode set using the Esc W 1
instruction.
Ÿ
Esc W 0 cancels double-width printing mode set using the Esc W 1 instruction, the SO
control code or the Esc SO instruction.
LPRINT CHR$(27); CHR$(87); CHR$(1); 'Set double-width printing
mode
Select single-line double-width printing (I)
SO
Ÿ
This command turns double-width printing mode on for one line only. The subsequent line of
text is printed using double-width characters and with the line spacing setting doubled.
Ÿ
The following commands cancel double-width printing mode set using the SO control code:
LF, FF, VT, Esc W 0, DC4, and ESC @.
Ÿ
If the "auto LF" (automatic line feed) function has been turned on from the control panel, the
carriage return control code, CR, will also cancel double-width printing mode selected with
the SO control code.
LPRINT CHR$(14); 'Set double-width printing mode for one line
(27)(72)
<1Bh><48h>
(27)(87)n
<1Bh><57h>n
(27)
<0Eh>
Chapter 5 " EPSON FX-850 " - 23

Advertisement

Table of Contents
loading

Table of Contents