ID:          20225
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Feedback
+Status:      No Feedback
 Bug Type:    *PDF functions
 PHP Version: 4.2.2
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




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

[2002-11-13 22:48:22] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip



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

[2002-11-03 04:26:04] [EMAIL PROTECTED]

<?
$font = PDF_findfont($p, "STSong-Light", "GB-EUC-H", 0);
PDF_setfont($p, $font, 18.0);
 $STR=pdf_stringwidth($p, "Ô½ᵥ",$font,18.0);
PDF_continue_text($p, $STR);
?>

when i use the CHINESE ENCODING WITH pdflib,the pdf_stringwidth
Function return 0.

pls tell me  why ?


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


-- 
Edit this bug report at http://bugs.php.net/?id=20225&edit=1

Reply via email to