diff options
Diffstat (limited to 'ext/pdf/php_pdf.h')
-rw-r--r-- | ext/pdf/php_pdf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pdf/php_pdf.h b/ext/pdf/php_pdf.h index fb4f51dd07..e707507eb8 100644 --- a/ext/pdf/php_pdf.h +++ b/ext/pdf/php_pdf.h @@ -66,7 +66,9 @@ PHP_FUNCTION(pdf_set_leading); PHP_FUNCTION(pdf_set_text_rendering); PHP_FUNCTION(pdf_set_horiz_scaling); PHP_FUNCTION(pdf_set_text_rise); +#if PDFLIB_MAJORVERSION < 3 & PDFLIB_MINORVERSION < 30 PHP_FUNCTION(pdf_set_text_matrix); +#endif PHP_FUNCTION(pdf_set_text_pos); PHP_FUNCTION(pdf_set_char_spacing); PHP_FUNCTION(pdf_set_word_spacing); |