15
26. ESC I n
Specifying/cancelling italic printing (ESC I n)
[Code]
[1Bh] + [49h] + n
[Range]
{0 <= n <= FFh}
[Outline] Specifying/canceling the double printing.
• "n" is valid only for the lowest bit (n0).
• Control by n is shown as follows.
0
Canceling italic printing.
1
Specifying italic printing.
27. ESC J n
Printing and feeding paper n/203 inch
[Code]
[1Bh] + [4Ah] + n
[Range]
{0 <= n <= FFh}
[Outline] Prints data inside the print buffer and feeds paper by n/203 inch. Since an actual mechanical pitch
is 1/203 inch, it is internally converted approximate to the value specified with this command.
• Specified volume does not remain.
• The beginning of the line is to be considered as the next printing start position.
• Initial value is not defined.
28. ESC M n
Specifying/canceling highlighting
[Code]
[1Bh] + [4Dh] + n
[Range]
{0 <= n <= FFh}
[Outline] Selects character font.
• "n" is valid only for the lowest bit (n0).
• Control by the lowest bit (n0) is shown as follows:
0
Selection of font A (12x24).
1
Selection of font B (9x16).
[Caution] ESC ! can also select fonts, but the setting made by the command processed last is valid.
[See also] ESC !
29. ESC R n
Selecting international character set
[Code]
[1Bh] + [52h] + n
[Range]
{0 <= n <= 10}
[Outline] Depending on the value of „n“, one of the following character sets is selected:
Character Set
n
Country
23h
24h
40h
5Bh 5Ch 5Dh 5Eh 60h
7Bh 7Ch 7Dh 7Eh
0
U.S.A.
#
$
@
[
\
]
^
`
{
|
}
~
1
France
#
$
à
º
¢
§
^
`
é
ù
è
¨
2
Germany
#
$
§
Ä
Ö
Ü
^
`
ä
ö
ü
ß
3
U.K.
£
$
@
[
\
]
^
`
{
|
}
~
4
Denmark I
#
$
@
Æ
Ø
Å
^
`
æ
ø
å
~
5
Sweden
#
$
É
Ä
Ö
Å
Ü
é
ä
ö
å
ü
6
Italy
#
$
@
º
\
é
^
ù
à
ò
è
ì
7
Spain I
Pt
$
@
¡
Ñ
¿
^
`
¨
ñ
}
~
8
Japan
#
$
@
[
¥
]
^
`
{
|
}
~
9
Norway
#
¤
É
Æ
Ø
Å
Ü
é
æ
ø
å
ü
10
Denmark II
#
$
É
Æ
Ø
Å
Ü
é
æ
ø
å
ü