Turn Double-Width, Double-Height Printing On/Off
Turn Double-Width, Double-Height Printing On/Off
ASCII Code | FS W n |
Hex Code | 28 57 n |
Dec Code | 1C 87 n |
Purpose | Turns on/off |
| characters, spaces, and intercharacter spacing (set with the |
| FS S or FS T commands) on the same line as this command, |
| as follows: |
| n = 0 or 48Turns off |
| n = 1 or 49Turns on |
| Where: |
| n = 0, 1, 48, 49 |
Comment | The baseline of the line including |
| characters moves down 24/180 inch, and the line spacing also |
| increases 24/180 inch. |
| The default is Normal (non |
| printing. |
Turn Double-Width Printing On/Off
ASCII Code | ESC W n |
Hex Code | 1B 57 n |
Dec Code | 27 87 n |
Purpose | Turns on/off |
| intercharacter spacing (set with the ESC SP command) |
| following this command as follows: |
| n = 1 or 49Turns on |
| n = 0 or 48Turns off |
Comment | This command works under both ASCII and Hangul modes. |
| The default is Normal (non |
77