
2009/06/29
CHAPTER 6 EPSON - 19
Select double-strike mode
EscG
(27)(71)
<1Bh><47h>
This command turns double-strike mode on. Subsequent text is printed with a bold stroke width.
LPRINT CHR$(27); CHR$(71); 'Turn double-strike printing mode on
Cancel double-strike mode
EscH
(27)(72)
<1Bh><48h>
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 (27)(87)n
<1Bh><57h>n
•
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
(27)
<0Eh>
•
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
Select single-line double-width printing (II)
EscSO (27)(14)
<1Bh><03h>
•
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
(20)
<14h>
•
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
Summary of Contents for HL-2600CN Series
Page 4: ......
Page 15: ...2009 06 29 CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION ...
Page 20: ...2009 06 29 CHAPTER 1 INTRODUCTION 6 ...
Page 21: ...7 17 2009 CHAPTER 2 PCL 1 CHAPTER 2 PCL PRINTER CONTROL LANGUAGE ...
Page 129: ...2009 06 29 CHAPTER 3 PCL5C 1 CHAPTER 3 PCL5C ...
Page 147: ...2009 06 29 CHAPTER 4 HP GL 2 1 CHAPTER 4 HP GL 2 GRAPHICS LANGUAGE ...
Page 200: ...2009 06 29 CHAPTER 4 HP GL 2 54 ...
Page 201: ...2009 06 29 CHAPTER 5 PJL 1 CHAPTER 5 PJL PRINTER JOB LANGUAGE ...
Page 276: ...2009 06 29 CHAPTER 6 EPSON 1 CHAPTER 6 EPSON FX 850 ...
Page 304: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 1 CHAPTER 7 IBM PROPRINTER XL ...
Page 325: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 22 ...
Page 326: ...2009 06 29 CHAPTER 8 BAR CODE CONTROL 1 CHAPTER 8 BAR CODE CONTROL ...
Page 337: ...2009 06 29 CHAPTER 9 HP GL 1 CHAPTER 9 HP GL GRAPHICS LANGUAGE ...
Page 364: ...2009 06 29 CHAPTER 9 HP GL 28 ...
Page 365: ...2009 06 29 CARBON COPY FUNCTION 1 CHAPTER 10 CARBON COPY FUNCTION ...
Page 373: ...2009 06 29 APPENDIX A COMPARISON LIST 1 APPENDIX A COMPARISON LIST ...
Page 475: ...2009 06 29 APPENDIX C HBP MODE COMMANDS 14 ...
Page 485: ...2009 06 29 APPENDIX D REFERENCE LIST OF MX 2000 4000 5000 7000 SERIES UNIQUE COMMANDS 10 ...