![Bematech LR1100 Скачать руководство пользователя страница 56](http://html1.mh-extra.com/html/bematech/lr1100/lr1100_programming-manual_2730935056.webp)
LR1100 Programming Manual V1.2
FS &
[Name]
Select Kanji character mode
[Format]
ASCII FS &
Hex 1C 26
Decimal 28 38
[Description] Selects Kanji character mode.
[Notes]
For Kanji model:
When the Kanji character mode is selected, the printer processes all Kanji code as
two bytes each.
Kanji codes are processed in the order of the first byte and second byte.
Kanji character mode is not selected when the power is turned on.
[Reference]
FS .
FS - n
[Name]
Turn underline mode on/off for Kanji characters
[Format]
ASCII
FS - n
Hex
1C 2D n
Decimal 28 45 n
[Range]
0
n
2, 48
n
50
[Description] Turns underline mode for Kanji characters on or off, based on the following values of
n.
n
Function
0, 48
Turns off underline mode for Kanji characters
1, 49
Turns on underline mode for Kanji characters (1-dot thick)
2, 50
Turns on underline mode for Kanji characters (2-dot thick)
[Notes]
The printer can underline all characters (including right- and left-side character
spacing), but cannot underline the space set by
HT
and 90° clockwise-rotated
characters.
After the underline mode for Kanji characters is turned off by setting n to 0,
underline printing is no longer executed, but the previously specified underline
thickness is not changed. The default underline thickness is 1 dot.
The specified line thickness does not change even when the character size
changes.
It is possible to turn underline mode on or off using
FS !
, and the last received
command is effective.
[Default]
n = 0
[Reference]
FS !