Kanji)
The command is ignored if n is outside the defined scope
[Example]
unsigned char str[3];
str[0] = 0x1C;
str[1] = 0x72;
str[2] = 0;
SendDataToPrinter(str,3);//
ESC
U
[Name] Horizontally magnify characters
[Type] ASCII
:
ESC
U n
Decimal:
27
85 n
Hex:
1B
55 n
[Scope]
0 ≤ n ≤8
[Comment]
The command is effective for all characters (including English characters and
Kanji)
The command is ignored if n is outside the defined scope
[Reference]
ESC X
[Example]
unsigned char str[4];
str[0] = 0x1B;
str[1] = 0x55;
str[2] = 2;
SendDataToPrinter(str,3);//
Horizontally magnify 2 times
ESC V
[Name]
Vertically magnify characters
[Type] ASCII
:
ESC
V n
Decimal:
27
86 n
Summary of Contents for RD-FH5C7
Page 57: ...C International standard ASCII ...
Page 60: ......