A SERVICE OF

logo

Commands Arranged by Topic
Word Processing
ESC a
Format:
Select Justification
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. Full justification (n = 3) is
performed when the buffer becomes full; HT and BS are
invalid except in n = 0 mode. For n = 3 there must be no
carriage returns within a paragraph.
ESC SP (space)
Format:
Set Intercharacter Space
ASCII code: ESC SP n
Decimal:
27 32 n
Hexadecimal: 1B 20 n
Comments:
Sets the amount of space added to the right of each character,
in addition to the space already allowed in the design of the
character. The number of dots is determined by n, which
should be from O-127. Each unit of space is 1/120th of an
inch in draft and l/180th of an inch in Letter Quality and
proportional.
Command Summary
9-35