Re: [fw-general] Latin fonts in Zend_Pdf

2009-01-06 Thread Aravindshantharam
" $pdf->pages[0]->drawText('Alcalá - España', 300, 770, 'ISO-8859-1'); " is not working. I am trying a similar thing in French language. Please help. Rgds, Mauricio Cuenca wrote: > > Ooops... it was so easy, I found the answer two minutes after I post this > message. You have the set the ch

Re: [fw-general] Latin fonts in Zend_Pdf

2008-04-02 Thread Mauricio Cuenca
Ooops... it was so easy, I found the answer two minutes after I post this message. You have the set the charset encoding: $pdf->pages[0]->drawText('Alcalá - España', 300, 770, 'ISO-8859-1'); The encoding defaults to the system locale, but my system's locale is 'ISO-8859-1' so I found it strange

[fw-general] Latin fonts in Zend_Pdf

2008-04-02 Thread Mauricio Cuenca
Hello, I am using the Zend_Pdf class to generate pdf files, but I found that characteres like "ñ" and those with tildes like "áéíóú" are not displayed. These characters are mandatory in my application, I was browsing the framework class files and I found that in Zend/Pdf/Resource/Font/Simple/Sta