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 18 inch.
Once the line spacing has been changed by this sequence, 18 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 772 inch.
Once the line spacing has been changed by this sequence, 772 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 16 inch.
Once the line spacing has been changed by this sequence, 16 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