|
发表于 2008-3-26 21:01:30
|
显示全部楼层
来自 中国–广东–深圳
回复: 论坛个性签名引用PS3排行榜数据!
Post by 311890
什么搞定了?中文显示?
本人是php菜鸟,通过网络搜索,终于研究出来了,跟大家分享一下。
中文字体显示的办法
更改index.php文件
1 将$font_file = "code2000.TTF";改为$font_file = "STZHONGS.ttf";
STZHONGS.ttf是系统自带的字体库,此字体一定要支持中文才可以,copy到本文件夹
2 在开头的地方增加下面的一行
$topmap = iconv("GB2312", "UTF-8", "最佳地图");
3更改如下的代码 将Top Map 改为$topmap ,自己试验吧。
//Top Map
imagettftext($image, $font_size, $font_angle, 4, 122, $font_color, $font_file, "$topmap : $mapData[uniqueid]");//Top Map
$maptxt = "Kills: $mapData[kills] | Deaths: $mapData[deaths] | Onlinetime: $mapData[onlinetime]";
imagettftext($image, $font_size-1, $font_angle, 4, 136, $font_color, $font_file, "$maptxt");
如果还没搞定,看看这个网址
http://www.php.net/manual/zh/function.imagettftext.php |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|