summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;