PostScript command to set the width of the line drawn by all following commands. The number on the top of the stack is popped and used as the new width. A width of 0 corresponds to the finest line which the output device can display.

Example:

%!PS
0 setlinewidth
0 0 moveto
100 100 lineto
stroke
showpage
quit