位置: 编程技术 - 正文
推荐整理分享PHP:imagepsextendfont()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
imagepsextendfont — 扩充或精简字体
说明 bool imagepsextendfont ( resource $font_index , float $extend )扩充或精简某字体(font_index)。如果 extend 参数的值小于一则是精简该字体。
参数font_index
由 imagepsloadfont() 返回的字体资源。
extend扩展的值,必须大于 0。
返回值成功时返回 TRUE, 或者在失败时返回 FALSE。
范例
Example #1 imagepsextendfont() 例子
<?php//Loada.pfbfontfile$font=imagepsloadfont('./px3l.pfb');//Extendthefontby2.5imagepsextendfont($font,2.5);//Doanyoperationswiththefonthere//Freethefontfrommemoryimagepsfreefont($font);?> 注释Note: 此函数仅在 PHP编译时指定了 --with-t1lib[=DIR] 时可用。
PHP:imagepsfreefont()的用法_GD库图像处理函数 imagepsfreefont(PHP4,PHP5)imagepsfreefont释放一个PostScriptType1字体所占用的内存说明boolimagepsfreefont(resource$font_index)imagepsfreefont()释放一个PostScriptType1字体所占用的
PHP:imageline()的用法_GD库图像处理函数 imageline(PHP4,PHP5)imageline画一条线段说明boolimageline(resource$image,int$x1,int$y1,int$x2,int$y2,int$color)imageline()用color颜色在图像image中从坐标x1,y1到x2,y2(图像左上
PHP:imagepng()的用法_GD库图像处理函数 imagepng(PHP4,PHP5)imagepng以PNG格式将图像输出到浏览器或文件说明boolimagepng(resource$image[,string$filename])imagepng()将GD图像流(image)以PNG格式输出到标准输出(
标签: PHP:imagepsextendfont()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/284760.html 转载请保留说明!友情链接: 武汉网站建设