位置: 编程技术 - 正文
推荐整理分享PHP:imagepsloadfont()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
imagepsloadfont — 从文件中加载一个 PostScript Type 1 字体
说明 resource imagepsloadfont ( string $filename )从文件 filename 中加载一个 PostScript Type 1 字体。
参数filename
Postscript 字体文件的路径。
返回值如果一切正常,将返回一个合法的字体索引以备使用。否则返回 FALSE 并显示一条信息说明哪里错了,但不能直接读取此信息,因为输出格式是图像。
范例
Example #1 imagepsloadfont() 例子
<?php//Createanewimageinstance$im=imagecreatetruecolor(,);//Allocatecolorsandfillthebackground$black=imagecolorallocate($im,0,0,0);$white=imagecolorallocate($im,,,);imagefilledrectangle($im,0,0,,,$white);//Loadafont,writetotheimageandfreethefontfrommemory$font=imagepsloadfont("bchbi.pfb");imagepstext($im,"Testing...Itworked!",$font,,$white,$black,,);imagepsfreefont($font);//Outputtheimageheader('Content-type:image/png');imagepng($im);imagedestroy($im);?> 注释Note: 此函数仅在 PHP编译时指定了 --with-t1lib[=DIR] 时可用。
参见imagepsfreefont() - 释放一个 PostScript Type 1 字体所占用的内存
PHP:imagepsextendfont()的用法_GD库图像处理函数 imagepsextendfont(PHP4,PHP5)imagepsextendfont扩充或精简字体说明boolimagepsextendfont(resource$font_index,float$extend)扩充或精简某字体(font_index)。如果extend参数的值小于
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:imagepsloadfont()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/284759.html 转载请保留说明!上一篇:PHP:imagepsslantfont()的用法_GD库图像处理函数
下一篇:PHP:imagepsextendfont()的用法_GD库图像处理函数
友情链接: 武汉网站建设