Previous: symsf Up: ../plot79_s.html Next: symss
SUBROUTINE SYMSP (SPACE)
C$ (Inter-Character Spacing)
C$ Request a change in the standard inter-character spacing.
C$ The normal space between characters will be augmented by
C$ the amount (1+SPACE)*(Normal Width). Thus SPACE = 0.0
C$ corresponds to standard spacing, SPACE = +0.10 to a 10
C$ percent increase, and SPACE = -0.10, a 10 percent decrease.
C$ It is the caller's responsibility to ensure that a
C$ reasonable value is provided for "SPACE". Excessively
C$ negative values can cause character overlap, and
C$ excessively positive values may run characters off the
C$ page.
C$ (02-APR-82)