Epson FX Emulation
Cancels condensed mode set by SI or ESC SI.
Control code: | DC2 | |
Hexadecimal: | 12 | |
Select double-wide mode (one line) | SO |
(or) | | ESC SO |
Selects double-wide mode for one line. Double-wide mode doubles the width of all characters, but does not affect character height. This mode is cancelled by a carriage return or DC4.
Control code: | SO | | |
Hexadecimal: | 0E | | |
Escape Sequence: | ESC | SO | |
Hexadecimal: | 1B | 0E | |
Cancel Double-Wide Mode (one line) | DC4 |
Cancels double-wide mode selected by SO or ESC SO. Does not cancel double-wide mode selected by ESC W or ESC !.
Control code: | DC4 |
Hexadecimal: | 14 |
Double-Wide Mode | ESC W n |
Selects double-wide mode for n=1, or cancels for n=0. Double-wide mode doubles the width of all characters, but does not affect character height.
Example: The following escape sequence will select double-wide mode.
Escape Sequence: | ESC | W | 1 |
Hexadecimal: | 1B | 57 | 31 |
Double-High Mode | | | ESC w n |
Selects double-high mode for n=1, or cancels for n=0. Double-high mode doubles the height of all characters, but does not affect character width.
Example: The following escape sequence will select double-high mode.
Escape Sequence: | ESC | w | 1 |
Hexadecimal: | 1B | 77 | 31 |