企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
* 描述:用 TrueType 字体向图像写入文本 * 语法: ``` array imagettftext ( resource $image , float $size , float $angle , int $x , int $y , int $color , string $fontfile , string $text ) ``` * 参数: $size,字号大小,自定义,同word字号一样; $angle,旋转角度(0~360); $x和$y,定义了第一个字符的基本点(大概是字符的左下角)。 $fontfile,是想要使用的 TrueType 字体的绝对路径; $text,UTF-8 编码的文本字符串(其它编码要进行转换)。 ![](https://img.kancloud.cn/f6/09/f6098cbc87422823c4f5104811e1e1ad_850x474.png)