Brother HL-Series Technical Reference Manual page 223

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

Advertisement

Revision C 16/01/96
Select single-line double-width printing (II)
EscSO
Ÿ
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 escape
sequence: 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 Esc SO escape sequence.
Ÿ
This command functions exactly like the SO control code.
LPRINT CHR$(27); CHR$(14); 'Set double-width printing mode for one
line
Cancel single-line double-width printing
DC4
Ÿ
This control code cancels single-line double-width mode set with the SO control code or with
the Esc SO escape sequence. Subsequent text is printed using normal sized characters.
Ÿ
The previous character pitch is restored.
LPRINT CHR$(20); 'Cancel enlarged character mode set with SO
Select italic mode
Esc4
Ÿ
This command enables the italic printing mode. Subsequent text is printed in italic style.
Ÿ
You can still use italic text even after selecting the extended character set with the Esc t
command.
LPRINT CHR$(27); CHR$(52); 'Italic mode
Cancel italic mode
Esc5
Ÿ
This command cancels the italic printing mode. Subsequent text is printed upright.
LPRINT CHR$(27); CHR$(53); 'Cancel italic mode
(27)(14)
<1Bh><03h>
(20)
<14h>
(27)(52)
<1Bh><34h>
(27)(53)
<1Bh><35h>
Chapter 5 " EPSON FX-850 " - 24

Advertisement

Table of Contents
loading

Table of Contents