
Line Spacing
Fixed Line Spacing 1/8 Inch
Fixed Line Spacing 7/72 Inch
Fixed Line Spacing 1/6 Inch
ESC 0 ESC 1 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.
