PHP Velho Oeste 2024

PDF_set_leading

(PHP 4, PECL pdflib >= 1.0.0)

PDF_set_leadingBestimmt Textzeilenabstand [veraltet]

Beschreibung

Diese Funktion ist seit PDFlib Version 3 veraltet; verwenden Sie stattdessen PDF_set_value() mit dem Parameter leading.

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