Specifications

Epson FX Emulation
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
Select Subscript or Superscript Mode ESC S n
Selects subscript mode for n=1, or superscript mode for n=0. This will print
characters about half the normal height, in the bottom or top half of the normal
character cell.
Example: The following escape sequence will select superscript mode.
Escape Sequence: ESC S 0
Hexadecimal: 1B 53 30
Cancel Subscript and Superscript Mode ESC T
Cancels subscript and superscript mode.
Escape Sequence: ESC T
Hexadecimal: 1B 54
Page 3-7