I would like to display Arabic text on an image on drupal! in the PHP code I use an Arabic font! the text is displayed but with letters parts! do you have any solutions for me! thank you very much

有帮助吗?

解决方案

Drupal has nothing to do here. What you want is to write Arabic text on/in an image in PHP.

The simplest and the most standard way is to use PHP's imagettftext(). However, imagettftext() does not fully support right-to-left languages like Arabic. You need to correctly reverse Arabic chars and pass them to imagettftext(). See a duplicate : Error while writting Arabic to image

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top