首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

用GD库给图片加中文实例

整理日期:2007年03月02日 【字体:

<?php
//定义输出为图像类型
header("content-type:image/gif");
//新建图象
$pic=imagecreate(240,30);
//定义黑白颜色
$black=imagecolorallocate($pic,0,0,0);
$white=imagecolorallocate($pic,255,255,255);
//定义字体

伊图教程网[www.etoow.com]
http://www.etoow.com/html/2007-03/1172834392.html
$font="c://WIN2000//fonts//simhei.ttf";
Tags:
用GD库给图片加中文实例
'http://www.etoow.com/html/2007-03/1172834392.html
1
 
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved