murattkoc

Results 5 comments of murattkoc

First of all thanks for the reply. example arabic text is **دوالمصل** this is the wrong view, ![Murat KOÇ - 2022-07-07T110846 407](https://user-images.githubusercontent.com/74684467/177724489-3de7c7d6-227b-4cdd-acb3-ef7773969f00.jpg) 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

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...