ZF-11673: Allow using Zend_Pdf_Font with Zend_Barcode and PDF renderer
Description
It should be possible to use already created Zend_Pdf_Font instead of this mandatory setting when we use PDF renderer:
//a font is mandatory for Pdf
Zend_Barcode::setBarcodeFont(dirname(__FILE__) . '\Zend\Barcode\Object\_fonts\Vera.ttf');
External link: http://argyledevelopment.wordpress.com/2011/05/…
Comments
No comments to display