27
・
The default value is this mode.
ESC+”w”+n: Set/cancel double height
HEX: 1B+77+n
DEC: 27+119+n
Sets or cancels double height characters.
n=0: Cancel ( default value )
n=1: Set
・
After setting of the double height character mode, the following characters will
be enlarged to double height.
・
Usual characters, double width characters and reversed characters can be
printed in the same line and all the characters are printed bottom even.
・
When the command of double width is set at the same time, the characters will
become double width-double height.
ESC+”W”+n: Set/cancel double width
HEX: 1B+57+n
DEC: 27+87+n
Sets or cancels double width characters.
n=0: Cancel ( default value )
n=1: Set
・
After setting of the double width characters mode, the following characters will
be enlarged to double width.
・
Usual characters, double width characters and reversed characters can be
printed in the same line.
・
When the command of double height is set at the same time, the characters will
become double width-double height.
FS+”W”+n: Set/cancel double width-double height character
HEX: 1C+57+n
DEC: 28+87+n
Sets or cancels double width-double height characters.
n=0: Cancel ( default value )
n=1: Set
・
After setting the double width-double height characters mode, the following
Characters will be enlarged to double width and double height.