💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
- 描述:用 TrueType 字体向图像写入文本 - 语法:array imagettftext ( resource $image , float $size , float $angle , int $x , int $y , int $color , string $fontfile , string $text ) - 参数: - $image,画布; - $size,字号大小,可以是中文字号; - $angle,旋转角度 - $x, $y 写入字符串的起点坐标; - $color 字符串颜色; - $fontfile,字体文件,可以是中文字体; - $text ,字符串