Citizen Systems iDP3240 user manual ESC E n, Range Outline

Models: iDP3240

1 231
Download 231 pages 37.89 Kb
Page 95
Image 95

ESC E n

[Function]

Specifying/Canceling Emphasis Printing

[Code]

<1B>H<45>H<n>

[Range]

0 n 255

[Outline]

Specifying/canceling the emphasized characters.

 

• “n” is valid only for the lowest bit (n0).

 

• Control by the lowest bit (n0) is shown as follows:

n0

0

1

Type

Canceling emphasis printing

Specifying emphasis printing

 

• This is effective to all characters.

 

• Dot configuration of a emphasized character includes one extra

 

dot added at its side.

 

• Emphasis printing can also be specified using ESC !, however,

 

ESC E or ESC !, whichever command is processed last, takes

 

precedence.

[Caution]

Emphasis printing can also be specified with ESC !, but is only

 

valid with the command that is set last.

[Default]

n = 0

[See Also]

ESC !

[Sample Program]

LPRINT CHR$(&H1B) + “E” + CHR$(0);

 

 

LPRINT “AAABBB” + CHR$(&HA);

 

LPRINT CHR$(&H1B) + “E” + CHR$(1);

 

LPRINT “AAABBB” + CHR$(&HA);

 

END

[Print Results]

A A A B B B ← Emphasis canceled

 

 

A A A B B B ← Emphasis specified

— 75 —

Page 95
Image 95
Citizen Systems iDP3240 user manual ESC E n, Range Outline