我正在使用imagettftext函数在图像上写文字,但我的文字包含笑脸,它将笑脸替换为方形框这是我的代码:$black=imagecolorallocate($main_img,0x00,0x00,0x00);$font_path="Arial.ttf";imagettftext($main_img,14,0,73,685,$black,$font_path,$text);文本示例:testtestt?Hello??Those?Megax?❤️Graphic?我已经尝试更改“ArialUnicode”字体,但未解决问题。我该如何解决这个问题?提前致谢。 最