位置: 编程技术 - 正文
推荐整理分享PHP:imageloadfont()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
imageloadfont — 载入一新字体
说明 int imageloadfont ( string $file )imageloadfont() 加载一个用户定义的位图字体并返回该字体的标识符(其值总是大于 5,因此不会和内置字体冲突)。 在产生错误的情况下,该函数返回 FALSE 。
字体文件格式目前是二进制的且和平台有关。这意味着应该用和你运行 PHP 的机器相同类型 CPU 的机器生成字体。
字体文件格式 字节位置 C 数据类型 说明 byte 0-3 int 字体中的字符数目 byte 4-7 int 字体中第一个字符的值(通常是 代表空格) byte 8- int 每个字符宽度的像素值 byte - int 每个字符高度的像素值 byte - char 字符数据的数组,每字符中每像素一字节,一共 (nchars*width*height) 字节。
Example #1 使用 imageloadfont
<?phpheader("Content-type:image/png");$im=imagecreatetruecolor(,);$black=imagecolorallocate($im,0,0,0);$white=imagecolorallocate($im,,,);imagefilledrectangle($im,0,0,,,$white);$font=imageloadfont("b.gdf");imagestring($im,$font,0,0,"Hello",$black);imagepng($im);?>参见 imagefontwidth() 和 imagefontheight()。
PHP:imagelayereffect()的用法_GD库图像处理函数 imagelayereffect(PHP4=4.3.0,PHP5)imagelayereffect设定alpha混色标志以使用绑定的libgd分层效果说明boolimagelayereffect(resource$image,int$effect)设定alpha混色标志以使用绑定
PHP:imagejpeg()的用法_GD库图像处理函数 imagejpeg(PHP4,PHP5)imagejpeg输出图象到浏览器或文件。说明boolimagejpeg(resource$image[,string$filename[,int$quality]])imagejpeg()从image图像以filename为文件名创建一个JPEG图
PHP:imageistruecolor()的用法_GD库图像处理函数 imageistruecolor(PHP4=4.3.2,PHP5)imageistruecolor检查图像是否为真彩色图像说明boolimageistruecolor(resource$image)imageistruecolor()检查image图像是否为真彩色图像。参数image
标签: PHP:imageloadfont()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/288329.html 转载请保留说明!友情链接: 武汉网站建设