Brother HL-Series Technical Reference Manual page 224

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

Advertisement

Revision C 16/01/96
Select superscript / subscript mode
EscSn
Ÿ
This command allows you to print superscripts or subscripts.
Ÿ
Set n to 0 to print subsequent text using superscript characters.
Ÿ
Set n to 1 to print subsequent text using subscript characters.
Ÿ
When you specify the value for n you may use the character codes for '0' and '1' (48 and 49)
instead of 0 and 1.
Ÿ
Selecting either superscript or subscript mode cancels double-height printing mode.
Ÿ
You can cancel either superscript or subscript mode with the Esc T command.
LPRINT CHR$(27); CHR$(83); CHR$(0); 'Turn on superscript mode
Cancel superscript / subscript mode
EscT
Ÿ
This command cancels superscript or subscript printing mode.
Ÿ
Subsequent text is printed using normal characters.
LPRINT CHR$(27); CHR$(84); 'Turn off superscript mode
Select / cancel double-height printing
Escwn
Ÿ
This command turns double-height printing on or off.
Ÿ
If n is set to 1 subsequent text is printed using double-height characters. The line space setting
is doubled.
Ÿ
If n is set to 0 subsequent text is printed using normal sized characters. The previous line
spacing 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.
Ÿ
You cannot use superscript, subscript or condensed printing modes in conjunction with
double-height printing. If you try to select any of these three modes while in double-height
printing the command will be ignored.
LPRINT CHR$(27); CHR$(119); CHR$(1); 'Set double-height printing
mode
(27)(83)n
<1Bh><53h>n
(27)(84)
<1Bh><54h>
(27)(119)n
<1Bh><77h>n
Chapter 5 " EPSON FX-850 " - 25

Advertisement

Table of Contents
loading

Table of Contents