— 25 —
ESC E n
[Function]
Specifying/canceling highlighting
[Code]
<1B>H<45>H<n>
[Range]
{0 =< n =< FF(Hex)}
[Outline]
Specifying/canceling the highlighting characters.
• “n” is valid only for the lowest bit (n0).
• This is effective only for font A (12
×
24 dots)
• Dot configuration of a highlighted character includes one extra dot added at its
side.
[Caution]
The double printing and highlighted character printing commands provide exactly
the same operation.
[Default]
n = 0
[See Also]
ESC !
[Sample Program]
PRINT #1, CHR$ (&H1B) + “E” + CHR$ (0);
PRINT #1, “AAABBB” + CHR$ (&HA);
PRINT #1, CHR$ (&H1B) + “E” + CHR$ (1);
PRINT #1, “AAABBB” + CHR$ (&HA);
[Print Results]
A A A B B B
←
Highlighting canceled
A A A B B B
←
Highlighting canceled
n (Hex)
Type
0
Canceling highlighting.
1
Specifying highlighting.