ZF-7569: pdf font with truetype EMBED_DONT_EMBED
Description
if use the chinese font truetype with EMBED_DONT_EMBED ,when get the pdf file open with Adobe Reader 9 will alert the "font not found simkai " and the page with chinese font will show as dot. [code] // Create new font $goodDogCoolFont = Zend_Pdf_Font::fontWithPath('simkai.ttf', Zend_Pdf_Font:: EMBED_DONT_EMBED );
// Apply font $page1->setFont($goodDogCoolFont, 24) ->drawText('中文字体ok了么?', 60, 300, 'UTF-8'); [/code]
Comments
Posted by Rob Allen (rob) on 2012-11-20T20:53:30.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.