1、将Windows字体文件(simhei.ttf,simsun.ttc等)复制到 /usr/X11R6/lib/X11/fonts/truetype/,如果目录不存在,则建立; 2、找到src/jpgraph.PHP文件,将FF_CHINESE部分屏蔽
3、应用,以srcExamples的accbarex1.php为例 $graph->title->Set("Accumulated bar plots"); 改为 $graph->title->Set("中文测试"); $graph->title->SetFont(FF_FONT1,FS_BOLD); 改为 $graph->title->SetFont(FF_SIMSUN,FS_BOLD); //如果有x或y轴,则用下面语句 $graph->legend->SetFont(FF_SIMSUN,FS_NORMAL); (责任编辑:admin) |