1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

Changed here also.

This commit is contained in:
Egon Schmid
2000-02-23 14:50:40 +00:00
parent 21ca719293
commit eb1cc78be8

View 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;