n
Function
0, 48
Turns off underline mode
1, 49
Turns on underline mode (1 dot thick)
2, 50
Turns on underline mode (2 dots thick)
3. Turn emphasized mode on/off
public
static
void
SetBold (
byte
BoldEn);
[Range] 0
<=
BoldEn
<=
255
[Description] Turns emphasized mode on or off
When the LSB of n is 0, emphasized mode is turned off.
When the LSB of n is 1, emphasized mode is turned on.
4. Select character font
public
static
void
SetCharacterFont(
byte
Font);
[Range]
Font
= 0, 1, 48, 49
[Description] Selects the character font.
n
Function
0, 48
Character Font A (12
24) selected.
1, 49
Character Font B (9×17) selected.
5. Turn 9
0
clocrotation mode on/off
public
static
void
SetRotate (
byte
RotateEn);
[Range] 0
<=
RotateEn
<=
1, 48
<=
RotateEn
<=
49
[Description] Turns 90
clockwise rotation mode on/off
RotateEn
is used as follows:
RotateEn
Function
0,48
Turns off 90
clockwise rotation mode
1,49
Turns on 90
clockwise rotation mode
6. Select justification
public
static
void
SetAlignMode(
byte
AlignMode);
[Range] 0
<=
AlignMode
<=
2, 48
<=
AlignMode
<=
50
[Description] Aligns all the data in one line to the specified position. AlignMode selects the
justification as follows:
n
Justification
0,48
Left justification
1, 49
Centering
2, 50
Right justification
7. Turns on/off upside-down printing mode
public
static
void
SetInvertPrint (
byte
InvertModeEn);
[Range] 0 <=
InvertModeEn<=255
[Description] Turns upside-down printing mode on or off.
When the LSB of n is 0, upside-down printing mode is turned off.