ESC & y c1 c2 [x1 d1...d(y×x1)]...[xk d1...d(y×xk)]

Downloaded Character Register

 

 

 

 

1B16 + 2616 + y + c1 + c2 [x1 d1...d (y x1)]...[xk d1...d (y xk)]

 

Code

 

 

 

 

 

y = 3

 

 

Domain of

 

 

 

function

 

2016 c1 c2 7E16

 

 

 

 

0

x 12 (When font (12 24) is selected)

 

 

 

 

0

x 9 (When font (8 16) is selected)

 

 

 

 

0

d1…d (y xk) 255

 

 

 

 

 

Defines the downloaded pattern for the specified character code.

 

Function

 

 

y: The number of bytes in the vertical direction x : The number of bits in the horizontal direction c1 : Start code of character definition

c2 : End code of character definition

Details When defining only one character, c1 is equal to c2.

d means the graphic data of the downloaded characters,

The residual right space generated by specifying x is processed as blank.

The code previously registered is overwritten.

When making the registered font valid, set ESC %.

The maximum output for 16 bit type fonts is 8 dots (width) 16 dots (height).

ESC ? n

Downloaded Character Delete

Code

Domain of

function

Function

Details

1B16 + 3F16 + n

2016 n 7E16

Deletes the downloaded characters of the specified code.

n means the defined character code. After deleting the downloaded characters, the internal characters are printed.

If the specified character code is undefined, this command is ignored.

5-25