User`s manual
Word Processing
ESC a
Tustification
Format:
ASCII code:
ESC a
n
Decimal:
27
97
n
Hexadecimal:
1B
61
n
Comments:
The following values can be used for n:
0:
Selects left justification
1: Selects centering
2: Selects right justification
3: Selects full justification
The default setting is n = 0. Lines of text are positioned whenever a line
is ended with CR, LF, VT, or FF. In order to affect a line of text, this
command must be received at the beginning of the line. The HT and
ESC $ commands are ignored if received after selecting centered
(n
=
1)
or flush right (n = 2) positioning.
ESC SP
Format:
ASCII code:
ESC SP n
Decimal:
27
32
n
Hexadecimal: 1 B
20
n
Set Intercharacter Svace
Comments:
Sets the amount of space between characters. The value of n specifies
the number of dots from O-127.
The initial setting is 0. The minimum
increment is specified with ESC
q,
Page Printer Commands
A-27