From:             [EMAIL PROTECTED]
Operating system: N/A
PHP version:      4.0.5
PHP Bug Type:     Documentation problem
Bug description:  Wrong parameters in docs for pdf_stringwidth

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.


-- 
Edit Bug report at: http://bugs.php.net/?id=10586&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to