Support
model
- 82 -
ESC V n
[Function] Specifying/canceling 90°-right-turned characters
[Code] <1B>H<56>H<n>
[Range] 0≤n≤1, 48≤n≤49
[Outline] [The specification which is common to the model]
• Specifying/canceling 90°-right-turned characters.
Canceling 90°-right-turned characters
Specifying 90°-right-turned characters
[Caution] [The specification which is common to the model]
• No underlines are attached to 90°-right-turned characters.
• This command does not affect PAGE MODE but setting is maintained.
[Default] n=0
[Sample Program]
LPRINT CHR$(&H1B);"V"; CHR$(0);
LPRINT "AAAAA";
LPRINT CHR$(&H1B);"V"; CHR$(1);
LPRINT "AAAAA"; CHR$(&HA);
[Print Results]
90° rotation canceled
90° rotation specified