Support
model
CT-S280
CT-S300
CT-S2000
CT-S4000
CT-S251
CT-D150/E351
CT-S281
CT-S310
CT-S801/851
CT-S601/651
CT-P29x series
CT-S310II
CT-D151/E651
- 78 -
ESC E n
[Function]
Specifying/canceling emphasis printing
[Code]
<1B>H<45>H<n>
[Range]
0
≤n≤255
[Outline]
[The specification which is common to the model]
• 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
Function
0
Canceling emphasis printing
1
Specifying emphasis printing
[Caution]
[The specification which is common to the model]
• Emphasis printing can also be specified/canceled by ESC ! but the setting of command last
processed is valid.
• Valid for all character types except HRI characters.
[Default]
n=0
[See Also]
[Sample Program]
[Print Results]
LPRINT CHR$(&H1B);"E"; CHR$(0);
LPRINT "AAABBB"; CHR$(&HA);
LPRINT CHR$(&H1B);"E"; CHR$(1);
LPRINT "AAABBB"; CHR$(&HA);
AAABBB
Emphasis canceled
AAABBB
Emphasis specified