]> granicus.if.org Git - php/commitdiff
Changed here also.
authorEgon Schmid <eschmid@php.net>
Wed, 23 Feb 2000 14:50:40 +0000 (14:50 +0000)
committerEgon Schmid <eschmid@php.net>
Wed, 23 Feb 2000 14:50:40 +0000 (14:50 +0000)
ext/pdf/pdf.c

index 1933000e0cef1deced2624d878fd4eb6415064f6..af9991c3c5548b09c69aebb35b13cccdc70422c2 100644 (file)
@@ -607,7 +607,7 @@ PHP_FUNCTION(pdf_show_xy) {
 }
 /* }}} */
 
-/* {{{ proto void pdf_set_font(int pdfdoc, string font, double size, int encoding, [int embed])
+/* {{{ proto void pdf_set_font(int pdfdoc, string font, double size, string encoding, [int embed])
    Select the current font face, size and encoding */
 PHP_FUNCTION(pdf_set_font) {
        pval *arg1, *arg2, *arg3, *arg4, *arg5;