Programming language e.g. PHP, JAVASCRIPT, coding, web developing hints and skills applying on mobile device e.g. iphone
2012/07/30
magento print invoice PDF 繁體中文字型
因為PRINT 中文INVOICE PDF 會出現亂碼...
所以到了WINDOWS內的字型檔案, COPY出標楷體TTF 檔案
其他內置繁體字型可能容量太大而超出MEMORY LIMIT........
app/code/core/Mage/Sales/Model/Order/Pdf/Abstract.php
protected function _setFontRegular($object, $size = 7)
{
$font = Zend_Pdf_Font::fontWithPath(Mage::getBaseDir() . '/lib/LinLibertineFont/KAIU.TTF',(Zend_Pdf_Font::EMBED_SUPPRESS_EMBED_EXCEPTION |
Zend_Pdf_Font::EMBED_DONT_COMPRESS));
$object->setFont($font, $size);
return $font;
}
訂閱:
發佈留言 (Atom)
沒有留言:
發佈留言