ps_setlinecap

(PECL ps >= 1.1.0)
Sets appearance of line ends
bool ps_setlinecap ( resource $psdoc, int $type )

Sets how line ends look like.

Parameters:
psdoc

Resource identifier of the postscript file as returned by ps_new().

type

The type of line ends. Possible values are PS_LINECAP_BUTT, PS_LINECAP_ROUND, or PS_LINECAP_SQUARED.

Returns:

Returns TRUE on success or FALSE on failure.

See also:

ps_setlinejoin() -

ps_setlinewidth() -

ps_setmiterlimit() -

doc_php
2016-02-24 16:04:33
Comments
Leave a Comment

Please login to continue.