PDF_set_leading
(PHP 3>= 3.0.6, PHP 4 )
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().