Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
snibgo wrote: ↑2017-07-18T08:57:35-07:00
See pango.c. The pango base direction is set from the ImageInfo structure "direction", which at the command line is set by "-direction right-to-left".
But I'm not sure what RTL does, or what you want it to do. I don't suppose it should reverse the order of characters.
How can I set -direction right-to-left in imagick php? I couldn't find any direction related method in imagick php documents
But pango's auto-direction didn't turn off and direction didn't set to RTL (Pango set Persian text direction to RTL automatically and English text direction to LTR automatically But I want whole text to be RTL).