Line Spacing
Fixed Line Spacing 1/8 Inch
ESC 0
Fixed Line Spacing 7/72 Inch
ESC 1
Fixed Line Spacing 1/6 Inch
ESC 2
Data Structure
ASCII ESC "0" set line spacing to 1/8 inch
➊
hex. 1B 30
dec. 27 48
ASCII ESC "1" set line spacing to 7/72 inch
➋
hex. 1B 31
dec. 27 50
ASCII ESC "2" set line spacing to 1/6 inch
➌
hex. 1B 32
dec. 27 50
Description
➊
This code sequence sets line spacing to
1
⁄
8
inch.
Once the line spacing has been changed by this sequence,
1
⁄
8
inch line feeds are
made until line spacing is changed by code sequences ESC 1, ESC 2, ESC 3 n, ESC
A n or ESC + n.
➋
This code sequence sets line spacing to
7
⁄
72
inch.
Once the line spacing has been changed by this sequence,
7
⁄
72
inch line feeds are
made until line spacing is changed by code sequences ESC 0, ESC 2, ESC 3 n, ESC
A n or ESC + n.
➌
This code sequence sets line spacing to
1
⁄
6
inch.
Once the line spacing has been changed by this sequence,
1
⁄
6
inch line feeds are
made until line spacing is changed by code sequences ESC 0, ESC 1, ESC 3 n, ESC
A n or ESC + n.
Line Spacing
25