1. 首页
  2. 数据库
  3. 其它
  4. php技术实现加载字体并保存成图片

php技术实现加载字体并保存成图片

上传者: 2020-12-23 06:51:16上传 PDF文件 34.75KB 热度 13次
下面通过一段代码给大家详解介绍下php技术实现加载字体并保存成图片。 // Set the content-type header("Content-type: image/png"); // Create the image $im = imagecreatetruecolor(400, 100); // Create some colors $white = imagecolorallocate($im, 255, 255, 255); $grey = imagecolorallocate($im, 128, 128, 128); $black = imagecolorallocat
下载地址
用户评论