Details
Description
throw new Zend_Pdf_Exception('Fonf encoding is not supported');
should be
throw new Zend_Pdf_Exception('Font encoding is not supported');
Additionally, it would be nice to mention in the exception message which font encoding the message is referring to.
Thank You for report, Solved in SVN r20866