PS_SETLINEWIDTH(3) 1 PS_SETLINEWIDTH(3)
ps_setlinewidth - Sets width of a line
SYNOPSIS
bool ps_setlinewidth (resource $psdoc, float $width)
DESCRIPTION
Sets the line width for all following drawing operations.
PARAMETERS
o $psdoc
- Resource identifier of the postscript file as returned by ps_new(3).
o $width
- The width of lines in points.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_setlinecap(3), ps_setlinejoin(3), ps_setmiterlimit(3).
PHP Documentation Group PS_SETLINEWIDTH(3)