murattkoc
murattkoc
First of all thanks for the reply. example arabic text is **دوالمصل** this is the wrong view,  my code is, $articleTitleDraw = new \ImagickDraw(); $articleTitleDraw->setFontSize($fontSize);...
thank you so much for replying. I got complaints from users because arabic texts are written from right to left. I need to type texts starting from the right. @Danack
In your code too, the text seems to start from the left. @Danack
are you there? @Danack
Hello to everyone. This is how I solved my above problem. Maybe it will help you too. [https://github.com/tawfekov/ar-php.git](https://github.com/tawfekov/ar-php.git). I installed this library and it decoded the arabic text. I am...