A SERVICE OF

logo

Near Letter Quality Mode
ESC x
Select NLQ or draft
Format:
ASCII code:
ESC
(n)
Decimal:
27
120 (n)
Hexadecimal :
1B
78 (n)
Comments:
n = 0 selects draft mode
n =
1
selects Near Letter Quality (NLQ) mode
ESC a
NLQ Justification
Format:
ASCII code:
ESC
(n)
Decimal :
27
97 (n)
Hexadecimal :
1B
61
(n)
Comments:
This sequence selects justification as follows:
n = 0: Selects left justification
n =
1:
Selects centering
n = 2: Selects right justification
n = 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 a WIDTH command may be required.
For n = 3 there should be no carriage returns within a paragraph.
NLQ only.
c-3