位置: 编程技术 - 正文

PHP:imageftbbox()的用法_GD库图像处理函数(php imagettftext)

编辑:rootadmin
imageftbbox

推荐整理分享PHP:imageftbbox()的用法_GD库图像处理函数(php imagettftext),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:php img src,php imagettftext,php中imagecreatefromjpeg,php imagecopymerge,php imagecopy,php imagefill,php image,php imagefill,内容如对您有帮助,希望把文章链接给更多的朋友!

(PHP 4 >= 4.0.7, PHP 5)

imageftbbox — 给出一个使用 FreeType 2 字体的文本框

说明 array imageftbbox ( float $size , float $angle , string $fontfile , string $text [, array $extrainfo ] )

This function calculates and returns the bounding box in pixels for a FreeType text.

参数

size

字体的尺寸。根据 GD 的版本,为像素尺寸(GD1)或点(磅)尺寸(GD2)。

angle

Angle in degrees in which text will be measured.

fontfile

The name of the TrueType font file (can be a URL). Depending on which version of the GD library that PHP is using, it may attempt to search for files that do not begin with a leading &#;/&#; by appending &#;.ttf&#; to the filename and searching along a library-defined font path.

text PHP:imageftbbox()的用法_GD库图像处理函数(php imagettftext)

The string to be measured.

extrainfo

Possible array indexes for extrainfo Key Type Meaning linespacing float Defines drawing linespacing

返回值

imageftbbox() returns an array with 8 elements representing four points making the bounding box of the text: 0 lower left corner, X position 1 lower left corner, Y position 2 lower right corner, X position 3 lower right corner, Y position 4 upper right corner, X position 5 upper right corner, Y position 6 upper left corner, X position 7 upper left corner, Y position

The points are relative to the text regardless of the angle, so "upper left" means in the top left-hand corner seeing the text horizontally.

范例

Example #1 imageftbbox() example

<?php//Createaximage$im=imagecreatetruecolor(,);$black=imagecolorallocate($im,0,0,0);$white=imagecolorallocate($im,,,);//Setthebackgroundtobewhiteimagefilledrectangle($im,0,0,,,$white);//Pathtoourfontfile$font='./arial.ttf';//Firstwecreateourboundingbox$bbox=imageftbbox(,0,$font,'ThePHPDocumentationGroup');//ThisisourcordinatesforXandY$x=$bbox[0]+(imagesx($im)/2)-($bbox[4]/2)-5;$y=$bbox[1]+(imagesy($im)/2)-($bbox[5]/2)-5;imagefttext($im,,0,$x,$y,$black,$font,'ThePHPDocumentationGroup');//Outputtobrowserheader('Content-Type:image/png');imagepng($im);imagedestroy($im);?>

注释

Note: 此函数需要 GD 2.0.1 或更高版本(推荐 2.0. 及更高版本)。

Note: 此函数仅在PHP 编译时加入 freetype 支持时有效(--with-freetype-dir=DIR)。

更新日志

版本 说明 4.3.5 extrainfo was made optional.

PHP:imagegammacorrect()的用法_GD库图像处理函数 imagegammacorrect(PHP4,PHP5)imagegammacorrect对GD图像应用gamma修正说明boolimagegammacorrect(resource$image,float$inputgamma,float$outputgamma)imagegammacorrect()函数用给定的输入gamma

PHP:imagefontwidth()的用法_GD库图像处理函数 imagefontwidth(PHP4,PHP5)imagefontwidth取得字体宽度说明intimagefontwidth(int$font)返回指定字体一个字符宽度的像素值。参见imagefontheight()和imageloadfont()。

PHP:imagefilledarc()的用法_GD库图像处理函数 imagefilledarc(PHP4=4.0.6,PHP5)imagefilledarc画一椭圆弧且填充说明boolimagefilledarc(resource$image,int$cx,int$cy,int$width,int$height,int$start,int$end,int$color,int$style)在指定的image

标签: php imagettftext

本文链接地址:https://www.jiuchutong.com/biancheng/288340.html 转载请保留说明!

上一篇:PHP:imagegd2()的用法_GD库图像处理函数(php imagettftext()函数)

下一篇:PHP:imagegammacorrect()的用法_GD库图像处理函数

  • 税控盘服务费全额抵扣分录
  • 小规模纳税人税率1%政策到什么时候
  • 工程设备一览表
  • 采购暂估的处理方式
  • 减免所得税会影响工资发放吗
  • 发放上年年终奖个税
  • 企业付房租怎么做会计分录
  • 月末处理工作主要包括
  • 二房东转租需要备案吗
  • 虚开增值税普通发票罪的立案标准
  • 企业设备融资是什么意思?
  • 股东退股分红怎么拿回
  • 单位起诉员工赔偿算劳动争议
  • 往来款太大怎么处理
  • 没有申报增值税不能领发票吗
  • 税控盘抵扣政策依据
  • 勾选认证和扫描认证哪个好
  • 开了发票必须记收入吗
  • 物业公司收的预存水费不够抵减怎么交税
  • 增值税专用发票校验码是哪个位置
  • 分公司向总公司转钱可以吗
  • 小规模纳税人如何交增值税
  • 收到以前年度退回的企业所得税怎么做账
  • 包装物押金为什么含税
  • 先开票后发货怎么操作
  • 苹果手机怎么修改默认输入法
  • php网站架设
  • 电脑中毒之后怎么办
  • 苹果手机查找对方手机位置看不到
  • 硬件设施不完备
  • 澳大利亚太平洋银行
  • 股东怎么签合同
  • 分批付款怎么确认收入
  • 企业内部发生收入怎么算
  • wordpress调试模式
  • android_app.intro
  • zendframework3
  • 国有控股企业改制
  • 一般纳税人的进项普票怎么做账
  • php获取数据库中的数据,输出到div中
  • php遍历对象
  • echarts简介
  • 待抵扣进项税在贷方什么意思
  • webpack与gulp面试题
  • 基于java的电子书店管理系统
  • effective c++ github
  • 短信php源码
  • 协议、合同
  • python 多线程处理
  • zabbix安装部署
  • 教大家8天学通MongoDB——第一天 基础入门篇
  • 一般纳税人接受的下列服务中不得抵扣进项税额的有
  • 劳务报酬所得与个人经营所得的区别
  • 企业存货的账务处理办法
  • mysql 5.5 5.6 5.7
  • 营改增后存在的问题
  • 暂估入库的商品怎么做账
  • 单位购买公文包合法吗
  • 企业租厂房没有发票怎么做账
  • 其他应收款收不回来怎么写情况说明
  • 过了认证期怎么办
  • 公司购买黄金送客户可以抵税吗
  • 待处理财产损溢借贷反向
  • sql语句去除重复值
  • win10rs2是哪个版本
  • 苹果电脑注释
  • 武汉做无创要预约吗
  • nodejs执行cmd命令
  • 贴吧热门评论
  • 原生js实现路由
  • jsforeach循环遍历数组
  • Python爬取网易云一首歌的全部评论并进行分析
  • 自动登入
  • 基于网络创新形成的大数据的最突出特征是什么?( )
  • unity 2danimation
  • 申报税务登记日期怎么填
  • 租房交税是房东交还是中介交
  • 如何当好一名税务局长
  • 超市一般纳税人做账流程
  • 打税务局电话
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设