Printronix P7000 参照マニュアル

ページ / 148
 60
Chapter
3
Configuring The LQ-1600K Emulation With Control Codes
Double Strike (Cancel)
ASCII Code ESC H
Hex Code
1B 48
Dec Code
27 72
Purpose
Turns off the double strike printing set by ESC G or ESC !.
Comment
This control code resets only the double strike print attribute. 
Other print attributes, such as double wide printing, are not 
affected.
Example
The following program illustrates double strike character 
printing.
Double Wide Print
ASCII Code ESC W 
n
Hex Code
1B 57 
n
Dec Code
27 87 
n
Purpose
Turns double wide print on and off.
Where:
n = SOH (hex 01) or 1 (hex 31) turns double wide print on
n = NUL (hex 00) or 0 (hex 30) turns double wide print off
Comment
When ESC W is received, all characters are printed twice as 
wide until reset. This command overrides SO, ESC SO, and 
DC4.