Forum und email

PDF_set_leading

(PHP 4, PECL pdflib:1.0-2.1.3)

PDF_set_leading — Sets distance between text lines

Description

void pdf_set_leading ( int $pdf document , double $distance )

The PDF_set_leading() function sets the distance between text lines. This will be used if text is output by PDF_continue_text().

See also PDF_continue_text().