Brother HL-Series Technical Reference Manual page 208

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

Advertisement

Revision C 16/01/96
Select justification mode
Escan
Ÿ
This command allows you to select the justification mode for subsequent text.
Ÿ
Set n to 0 to select left justification.
Ÿ
Set n to 1 to centre subsequent text.
Ÿ
Set n to 2 to select right justification.
Ÿ
Set n to 3 to select full justification (text will be both left and right justified).
Ÿ
The default justification mode is left justification.
Ÿ
The horizontal tab, HT, and backspace, BS, control codes can only be used in left
justification mode.
LPRINT CHR$(27); CHR$(97); CHR$(2); 'Right justify text
Set absolute print position
Esc$n1n2 (27)(36)n1n2
Ÿ
This command allows you to print characters a specified distance in from the left margin.
Ÿ
The unit of movement is 1/60".
Ÿ
The specified distance to be moved is n
Ÿ
If the specified position is to the right of the right margin the command is ignored.
LPRINT CHR$(27); CHR$(36); CHR$(120); CHR$(0); 'Print a line 2" in
Set relative print position
Esc\n1n2 (27)(92)n1n2
Ÿ
This command allows you to print characters a specified distance to the left or right of the
current print position.
Ÿ
The unit of movement is 1/120".
Ÿ
If you wish to move the print position to the right, the distance the print position is to be
moved is calculated as (n
Ÿ
If you wish to move the print position to the left, the distance the print position is to be moved
is calculated as (65536 – (n
Ÿ
If the specified position is beyond the left or right margin the command is ignored.
LPRINT CHR$(27); CHR$(36); CHR$(180); CHR$(0); 'Print a line 1.5"
to the right
(27)(97)n
<1Bh><61h>n
<1Bh><24h>n1n2
<1Bh><5Ch>n1n2
+(n
*256))/120".
1
2
+(n
*256)))/120".
1
2
Chapter 5 " EPSON FX-850 " - 9
+(n
*256)/120".
1
2

Advertisement

Table of Contents
loading

Table of Contents