]> granicus.if.org Git - php/commitdiff
forgot to change prototype
authorUwe Steinmann <steinm@php.net>
Thu, 9 Sep 1999 06:41:15 +0000 (06:41 +0000)
committerUwe Steinmann <steinm@php.net>
Thu, 9 Sep 1999 06:41:15 +0000 (06:41 +0000)
ext/pdf/pdf.c

index beac4d22578b12eecada45aed5afc3cb21213364..02d5a25b4eb9c65a6b29221527eacd8bfd893e1c 100644 (file)
@@ -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;