Horizontal/Vertical Position Absolute
37
Horizontal/Vertical Position Absolute
ASCII Code
ESC [
p1
;
p2
f
Hex Code
1B 5B
p1
3B
p2
66
Dec Code
27 91
p1
59
p2
102
Purpose
Line terminator. Sets vertical position to value specified by p1,
and the horizontal position to the value specified by p2 (both
values are specified in decipoints. This command can also be
used to set the print position inside margins. The vertical
position cannot exceed the form length, and the horizontal
position cannot exceed 9504 decipoints.
Line Spacing
ASCII Code
ESC [
p1
;
p2
SP G
Hex Code
1B 5B
p1
3B
p2
20 47
Dec Code
27 91
p1
59
p2
32 71
Expression
CHR$(27);“[
p1
;
p2
G”;
Purpose
Sets line spacing (
p1
) and character spacing or pitch (
p2
) in
decipoints.
Discussion
Horizontal spacing (
p2
) is dependent on the font selected.
Values outside the range of a particular font will be ignored.
Commonly used line spacings are listed in Table 5 and Table 6.
Table 5. Common
p1
Values
LPI
p1
(decipoints)
3
240
4
180
6
120
8
90
Table 6. Common
p2
Values
CPI
p2
(decipoints)
10
72
12
60
13.3
54
15
48
16.7
43
Содержание P7000 H-Series
Страница 1: ...ANSI Programmer s Reference Manual ...
Страница 2: ......
Страница 3: ...Programmer s Reference Manual ANSI Printers ...
Страница 8: ...Table of Contents ...
Страница 22: ...22 Chapter 1 Installing Printer Emulations ...
Страница 60: ...60 Chapter 2 Oversize Character Font Option ...
Страница 76: ...76 Chapter 3 ANSI EVFU ...
Страница 78: ...78 Appendix A ...
Страница 86: ...86 Appendix B ...
Страница 102: ...102 Appendix C ...
Страница 106: ...106 ...
Страница 107: ......