Hello,
I try to configure how to get proper Cyrillic letters in PDF of a detailet product view.Now I see only question marks instead description.For exymple:
http://bit.ly/1NBjnoR
How can I make it proper.
Regards!
think it is something to do with font libraries and has been discussed on here before
Hello,
Ok, I fixed that (Joomla 3.4.5 and VM 3.0.12) :
Open /libraries/joomla/document/pdf/fonts.php and find the line where $pdf->SetFont is written (about line 221)
4. Replace the line with something like that $pdf->SetFont('freemono', '', 8, '', 'false');
5. Find "var $_header_font" and "var $_footer_font" (about lines 32 and 33) and replace the fonts there with freesans font:
var $_header_font = 'freemono';
var $_footer_font = 'freemono';
Maybe you should do that too:
Go to Shop -> Invoices tab
Then in Default font choose
Free Mono (UTF-8 Unicide)
Regards!
I just wanted to say, why hardcoding, when we coded an option for.