jpgraphe 安裝及設定

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

jpgraphe 安裝及設定

文章 yehlu »

字形
apt-get install msttcorefonts
拷貝 simhei.ttf 到
/usr/share/fonts/truetype/msttcorefonts

修改設定
檔名 jpgraph_ttf.inc.php
113 行
//return iconv('BIG5','UTF-8',$aTxt);
return $aTxt;
243行
//FF_SIMSUN => array(FS_NORMAL =>'simsun.ttc',
FF_SIMSUN => array(FS_NORMAL =>'simhei.ttf',

檔名 jpg-config.inc.php
DEFINE("TTF_DIR","/usr/share/fonts/truetype/msttcorefonts/");
DEFINE("MBTTF_DIR","/usr/share/fonts/truetype/msttcorefonts/");
回覆文章

回到「PHP」