Have you made sure that you set the character encoding as an example from the manual?
$pdfPage->drawText($unicodeString, 72, 720, 'UTF-8');
If you are trying to use a bold font , can you try one of the other bold fonts?
Zend_Pdf_Font::FONT_COURIER_BOLD
Zend_Pdf_Font::FONT_TIMES_BOLD
Zend_Pdf_Font::FONT_HELVETICA_BOLD
source
share