ESC 0
Sets vertical spacing to 1/8 inch (IBM/EPSON).
ASCII Code ESC 0
Hexadecimal Value X'1B' X'30'
Decimal Value 27 48
This code causes vertical spacing to be set to 1/8 inch.
ESC 1
Sets vertical spacing to 7/72 inch. (IBM)
ASCII Code ESC 1
Hexadecimal Value X'1B' X'31'
Decimal Value 27 49
This command causes vertical spacing to be set to 7/72 inch.
ESC +
Sets n/360-inch line spacing. (IBM)
ASCII Code ESC + n
Hexadecimal Value X'1B' X'2B' n
Decimal Value 27 43 n
Range 0 ≤ n ≤ 255
This command sets the line spacing to n/360 inch. If the line spacing is changed, it does not affect
previous settings for vertical tabs or page length.
ESC 2
Sets the vertical spacing to 1/6 inch. (EPSON)
ASCII Code ESC 2
Hexadecimal Value X'1B' X'32'
Decimal Value 27 50
This command causes the vertical spacing to be set to 1/6 inch.
ESC 2
Enables the vertical spacing set by ESC A. (IBM)
ASCII Code ESC 2
Hexadecimal Value X'1B' X'32'
Decimal Value 27 50
This command enables the vertical spacing sets by ESC A.
10 Programmer Manual
Comentarios a estos manuales