PDF_setmiterlimit

(PHP 4, PECL pdflib >= 1.0.0) Set miter limit bool PDF_setmiterlimit ( resource $pdfdoc, float $miter ) Sets the miter limit.Returns TRUE on success or FALSE on failure.

PDF_setmatrix

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Set current transformation matrix bool PDF_setmatrix ( resource $p, float $a, float $b, float $c, float $d, float $e, float $f ) Explicitly sets the current transformation matrix. Returns TRUE on success or FALSE on failure.

PDF_setlinewidth

(PHP 4, PECL pdflib >= 1.0.0) Set line width bool PDF_setlinewidth ( resource $p, float $width ) Sets the current line width. Returns TRUE on success or FALSE on failure.

PDF_setlinejoin

(PHP 4, PECL pdflib >= 1.0.0) Set linejoin parameter bool PDF_setlinejoin ( resource $p, int $value ) Sets the linejoin parameter to specify the shape at the corners of paths that are stroked. Returns TRUE on success or FALSE on failure.

PDF_setlinecap

(PHP 4, PECL pdflib >= 1.0.0) Set linecap parameter bool PDF_setlinecap ( resource $p, int $linecap ) Sets the linecap parameter to control the shape at the end of a path with respect to stroking.

PDF_setgray

(PHP 4, PECL pdflib >= 1.0.0) Set color to gray [deprecated] bool PDF_setgray ( resource $p, float $g ) Sets the current fill and stroke color to a gray value between 0 and 1 inclusive. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

PDF_setgray_stroke

(PHP 4, PECL pdflib >= 1.0.0) Set stroke color to gray [deprecated] bool PDF_setgray_stroke ( resource $p, float $g ) Sets the current stroke color to a gray value between 0 and 1 inclusive. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

PDF_setgray_fill

(PHP 4, PECL pdflib >= 1.0.0) Set fill color to gray [deprecated] bool PDF_setgray_fill ( resource $p, float $g ) Sets the current fill color to a gray value between 0 and 1 inclusive. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

PDF_setfont

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Set font bool PDF_setfont ( resource $pdfdoc, int $font, float $fontsize ) Sets the current font in the specified fontsize, using a font handle returned by PDF_load_font(). Returns TRUE on success or FALSE on failure.

PDF_setflat

(PHP 4, PECL pdflib >= 1.0.0) Set flatness bool PDF_setflat ( resource $pdfdoc, float $flatness ) Sets the flatness parameter. Returns TRUE on success or FALSE on failure.