
I
Select charactersize
Mode | ASCII |
| Decimal | Hexadecimal |
Both | “ “ “ “ “S” “)” “)” n | 40 40 83 41 41 n | 28 28 53 29 29 n | |
| (( |
|
|
|
| Selectsa combinationofcharacterheightandwidthaccordingto the | |||
| value of n, as below.Does not movethe base line. | |||
| n | Characterwidth | Characterheight | |
| O Singlewidth | Singleheight | ||
| 1 | Doublewidth | Singleheight | |
| 2 | Singlewidth | Doubleheight | |
| 3 | Doublewidth | Doubleheight |
Print double-heightcharacters
Mode ASCII |
|
| Decimal | Hexadecimal | |||
<ESC> | “W” | “l” | 27119 | 49 | IB | 77 | 31 |
std. |
|
| 27119 | 1 | IB | 77 | 01 |
<ESC> | “W” | <1> |
Prints subsequentcharactersat doubleheightwithoutmovingthe base line, and without changing the line spacing. Temporarily cancelssuper/subscriptand condensedprintingmodes.
Return to normalheight
Mode ASCII
Decimal | Hexadecimal |
std.
<ESC>
“W”
“O” | 27119 48 | IB 77 30 |
<ESC>
“W”
<O> | 27119 0 | IB 77 00 |
54