ESC % n
[Name] | Select/Cancel |
| ||
[Format] | ASCII | ESC | % | n |
| Hex | 1B | 25 | n |
| Decimal | 27 | 37 | n |
[Range] | 0 ≤ n ≤ 255 |
|
|
|
[Description] | Selects or cancels the | |||
| When the Least Significant Bit(LSB) is 0, the | |||
| character set is canceled and the internal character set |
is enabled.
When the LSB is 1, the
∙The
[Default]n=0
ESC & y c1 c2 [x1 d1... d(y × x1)]... | [xk d1... | d(yx × xk)] |
|
|
| ||||
[Name] | Define |
|
|
|
| ||||
[Format] | ASCII | ESC | & | n | y c1 c2 [x1 d1... | d(y × x1)]... | [xk d1... | d(yx × xk)] | |
|
| Hex | 1B | 26 | n | y c1 c2 [x1 d1... | d(y × x1)]... | [xk d1... | d(yx × xk)] |
|
| Decimal | 27 | 38 | n | y c1 c2 [x1 d1... | d(y × x1)]... | [xk d1... | d(yx × xk)] |
[Range] | y=2, 32 ≤ c1 ≤ c2 ≤ 126 |
|
|
|
|
| |||
| 0 | ≤ x ≤ 12 (9 × 9 font) |
|
|
|
|
|
| |
| 0 | ≤ x ≤ 9 (7 × 9 font) |
|
|
|
|
|
| |
| 0 | ≤ d1 ... d(y × x) ≤ 255 |
|
|
|
|
|
| |
[Description] | Defines |
|
|
|
¡Üy specifies the number of bytes in the vertical direction
¡Üc1 specifies the beginning character code for the definition, and c2 specifies the final code. For only one character, use c1 = c2.
¡ÜThe allowable character code range is from decimal code 32 to 126. The maximum number of
¡Üx specifies the number of dots in the horizontal direction.
¡Üd is the dot data for the characters. The dot pattern is on the horizontal direction from the left side. Any remaining dots on right side are blank.
¡ÜThe number of bytes required to download a character definition for one character is “y” x “x”.
¡ÜIn the definition data, a “1” represents a dot that is to be printed, and a “0” represents a dot that is not to be printed.
¡ÜIndependent downloaded character definitions are possible for each font. The font is selected characters are cleared in the following circumstance.
1.When “ESC @” is executed
2.When deleted by “ESC ?”
3.When printer is reset or turned off
27