From: Egon Schmid Date: Wed, 23 Feb 2000 14:50:40 +0000 (+0000) Subject: Changed here also. X-Git-Tag: PHP-4.0-RC1~477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb1cc78be873dd2c3b7c74eba96bee9bda441914;p=php Changed here also. --- diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 1933000e0c..af9991c3c5 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -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;