ESC G n
[Function] | Specifying/Canceling Double strike printing |
[Code] | <1B>H<47>H<n> |
[Range] | 0 n 255 |
[Outline] | Specifying/canceling the double strike printing. |
| • “n” is valid only for the lowest bit (n0). |
| • Control by the lowest bit (n0) is shown as follows. |
n0
0
1
Function
Canceling double strike printing
Specifying double strike printing
| This is effective to all characters. | |
[Caution] | With this | |
| provide completely the same results. | |
[See Also] | ESC E |
|
[Sample Program] | LPRINT CHR$(&H1B) + “G” + CHR$(0); | |
| ||
| LPRINT “AAABBB” + CHR$(&HA); | |
| LPRINT CHR$(&H1B) + “G” + CHR$(1); | |
| LPRINT “AAABBB” + CHR$(&HA); | |
| END |
|
[Print Results] | A A A B B B ← | Double strike printing canceled |
| ||
| A A A B B B ← | Double strike printing specified |
— 34 —