SVS top-level constant

String const SVS

Select Line Spacing.

Representation: CSI s \x20 \x4C

Parameter default value: s = 0

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

  • 0 - 6 lines per 25,4 mm
  • 1 - 4 lines per 25,4 mm
  • 2 - 3 lines per 25,4 mm
  • 3 - 12 lines per 25,4 mm
  • 4 - 8 lines per 25,4 mm
  • 5 - 6 lines per 30,0 mm
  • 6 - 4 lines per 30,0 mm
  • 7 - 3 lines per 30,0 mm
  • 8 - 12 lines per 30,0 mm
  • 9 - 2 lines per 25,4 mm

Implementation

const String SVS = ' L';