sending HT.
6) Up to 32 tab positions (k=32) can be set. Data exceeding 32 tab
positions is processed as normal data.
7) Transmit [n]k in ascending order and place a NUL code 0 at the
end.
8) When [n]k is less than or equal to the preceding value [n]k-1, tab
setting is finished and the following data is processed as normal
data.
9) ESC D NUL cancels all horizontal tab positions.
10) The previously specified horizontal tab positions do not change,
even if the character width changes.
11) The character width is memorized for each standard and page
mode.
[Default]
The default tab positions are at intervals of 8 characters (columns 9,
17, 25, ...) for font A (12x24)
[Reference]
HT
ESC E n
[Name]
Turn emphasized mode on/off.
[Format]
ASCII
ESC
E
n
HEX
1B
45
n
Decimal
27
69
n
[Range]
0 <= n <= 255
[Description]
Turns emphasized mode on or off
When the LSB is 0, emphasized mode is turned off.
When the LSB is 1, emphasized mode is turned on.
[Notes]
1) Only the least significant bit of n is enabled.
2) This command and ESC ! turn on and off emphasized mode in
the same way.
Be careful when this command is used with ESC !
[Default]
n = 0
[Reference]
ESC !