TSS top-level constant
String
const TSS
Thin Space Specification.
Representation: CSI n \x20 \x45
No parameter default value.
TSS is used to establish the width of a thin space for subsequent text. The established width remains in effect until the next occurrence of TSS in the data stream.
n specifies the width of the thin space.
The unit in which the parameter value is expressed is that established by the parameter value of SELECT SIZE UNIT (SSU).
Implementation
const String TSS = ' E';