28
ESC+”I“+n: Set/cancel reverse print
HEX: 1B+49+n
DEC: 27+73+n
Sets or cancels reversed characters mode.
n=0: Cancel ( default value )
n=1: Set
・
After setting the reverse print command, the following characters will be
printed
white on black background.
・
Space between characters is also reversed. But by input of CR or LF, the right
space of the character just before is not reversed.
・
Space between lines and the underline remains not reversed.
ESC+”-“+n: Set/cancel underline
HEX: 1B+2D+n
DEC: 27+45+n
Sets or cancel ( default value )
N=0: Cancel ( default value )
N=1
~
7: Set underline to n dot
・
It’s possible to repeat setting underline in one line. But regarding thickness of
underline, the last specified dot is effective.
・
Line space is added with width of the specified underline.
・
Underline is effective on the space between characters. But the input of CR
and
LF makes it ineffective on the right space of the character just before.
FS+SI: Set half width Kanji characters
HEX: 1C+0F
DEC: 28+15
Sets half width Kanji characters.
・
After input of this code, the following characters will be printed in half width.
・
It’s effective only in the Kanji mode.
FS+DC2: Cancel half width Kanji characters
HEX: 1C+12
DEC: 28+18