[PHP-DEV] Bug #10586 Updated: Wrong parameters in docs for pdf_stringwidth From: danbeck <email protected>
Date: 05/21/01

ID: 10586
Updated by: danbeck
Reported By: pete <email protected>
Old-Status: Open
Status: Closed
Bug Type: Documentation problem
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:

Corrected in latest phpdoc cvs.

Thanks for the bug report.

Previous Comments:
---------------------------------------------------------------------------

[2001-05-01 14:47:59] pete <email protected>
The documentation for pdf_stringwidth has incorrect parameters. It should be something like this:

double pdf_stringwidth (int pdf object, [string text, int font, float size])

font is a PDF font resource returned by pdf_findfont. size is the size of the font in points.

If font and size are not specified, the current font and size are used.

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10586&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>