PDF_set_leading

(PHP 4, PECL pdflib >= 1.0.0)

PDF_set_leadingSet distance between text lines [deprecated]

Opis

This function is deprecated since PDFlib version 3, use PDF_set_value() with the parameter leading instead.

add a note add a note

User Contributed Notes 1 note

up
0
staemmler at gmx dot de
23 years ago
You need to call pdf_set_leading() before pdf_continue_text() every time for proper work.
To Top