PRESCRIBE Command Reference
298
SHMI — Set HMI
Format
SMHI hmi;
Parameter
hmi:
horizontal motion index; in a fixed font, the distance from the center of one character to
the center of the next; in a proportionally spaced
font, the width of the space character
Function
The SHMI command sets the HMI. The parameter is measured in the unit value specfied
by the UNIT command.
File
!R! RES; SLM 1; STM 2; EXIT;
This line has the default spacing.
!R! UNIT C; SHMI .3; EXIT;
This line has a slightly wider spacing.
!R! SFNT ’TimesNewRoman’, 10; SHMI .3; EXIT;
Proportional fonts are not influenced.
!R! PAGE; EXIT;
Printout