summaryrefslogtreecommitdiff
path: root/ext/pdf
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-02-23 14:50:40 +0000
committerEgon Schmid <eschmid@php.net>2000-02-23 14:50:40 +0000
commiteb1cc78be873dd2c3b7c74eba96bee9bda441914 (patch)
tree96ce2498ff2215bae46776da4a6e37c26b3fc7bf /ext/pdf
parent21ca719293fbe57ca4e3ddc93419ebfd05b62c6d (diff)
downloadphp-git-eb1cc78be873dd2c3b7c74eba96bee9bda441914.tar.gz
Changed here also.
Diffstat (limited to 'ext/pdf')
-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 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;