Line pitch – Printek FormsMaster 8000 User Manual
Page 76

DEC LA120 Emulation
70
35
36
64
91
92
93
94
96
123
124
125
126
USA
#
$
@
[
\
]
^
`
{
_
}
˜
France
#
$
а
°
з
§
^
`
й
щ
и
¨
Germany
#
$
§
Д
Ц
Ь
^
`
д
ц
ь
Я
England
£
$
@
[
\
]
^
`
{
_
}
˜
Denmark
#
$
@
Ж
Ш
Е
^
`
ж
ш
е
˜
Sweden
#
¤
Й
Д
Ц
Е
Ь
й
д
ц
е
ь
Italy
#
$
@
°
\
й
^
щ
а
т
и
м
Spain
P
TS
$
@
¡
С
¿
^
`
¨
с
}
˜
Japan
#
$
@
[
¥
]
^
`
{
_
}
˜
Example: The following escape sequence will select the German character set.
Escape Sequence:
ESC
(
K
Hexadecimal:
1B
28
4B
Line Pitch
Set Line Spacing
ESC [ n z
Sets the line spacing as specified in the following table. Omitting n is equivalent to specifying zero.
n
line pitch
0
6 lpi
1
6 lpi
2
8 lpi
3
12 lpi
4
2 lpi
5
3 lpi
6
4 lpi
Overrides the “Lines/Inch” value in the forms menu.
Example: The following escape sequence will set line spacing to 1/6 of an inch per line (6 lpi).
Escape Sequence:
ESC
[
z
Hexadecimal:
1B
5B
7A
Example: The following escape sequence will set line spacing to 1/8 of an inch per line (8 lpi).
Escape Sequence:
ESC
[
2
z
Hexadecimal:
1B
5B
32
7A