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().