summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>1999-09-09 06:41:15 +0000
committerUwe Steinmann <steinm@php.net>1999-09-09 06:41:15 +0000
commitca4005f6234924663385ea5ee7cc63c2dfe84c36 (patch)
treeb52b819d6d0c5cd0d451be1325c7704445ec1510
parent6bcb8eb1be18fd58a90d63a7939bbddfb95ce6f2 (diff)
downloadphp-git-ca4005f6234924663385ea5ee7cc63c2dfe84c36.tar.gz
forgot to change prototype
-rw-r--r--ext/pdf/pdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c
index beac4d2257..02d5a25b4e 100644
--- a/ext/pdf/pdf.c
+++ b/ext/pdf/pdf.c
@@ -512,7 +512,7 @@ PHP_FUNCTION(pdf_show_xy) {
}
/* }}} */
-/* {{{ proto void pdf_set_font(int pdfdoc, string font, double size, int encoding)
+/* {{{ proto void pdf_set_font(int pdfdoc, string font, double size, int encoding, [int embed])
Select the current font face, size and encoding */
PHP_FUNCTION(pdf_set_font) {
pval *arg1, *arg2, *arg3, *arg4, *arg5;