SCS top-level constant
String
const SCS
Set Character Spacing.
Representation: CSI n \x20 \x67
No parameter default value.
SCS is used to establish the character spacing for subsequent text. The established spacing remains in effect until the next occurrence of SCS, or of SELECT CHARACTER SPACING (SHS) or of SPACING INCREMENT (SPI) in the data stream.
n specifies the character spacing.
The unit in which the parameter value is expressed is that established by the parameter value of SELECT SIZE UNIT (SSU).
Implementation
const String SCS = ' g';