SHS top-level constant

String const SHS

Select Character Spacing.

Representation: CSI s \x20 \x4B

Parameter default value: s = 0

SHS is used to establish the character spacing for subsequent text. The established spacing remains in effect until the next occurrence of SHS or of SET CHARACTER SPACING (SCS) or of SPACING INCREMENT (SPI) in the data stream. The parameter values are:

  • 0 - 10 characters per 25,4 mm
  • 1 - 12 characters per 25,4 mm
  • 2 - 15 characters per 25,4 mm
  • 3 - 6 characters per 25,4 mm
  • 4 - 3 characters per 25,4 mm
  • 5 - 9 characters per 50,8 mm
  • 6 - 4 characters per 25,4 mm

Implementation

const String SHS = ' K';