images-generator
images-generator copied to clipboard
imageGenerator does not support non persian/arabic text
Hi,
There is 2 problems:
- The ttf font you are using right now (roboto I guess), doesn't include Persian/Arabic characters at all.
- After manually replacing the font with a good one (!), noticed that the characters are reversed. That's because GD doesn't support RTL languages. Please check this link, there is a work around if you are interested: Error while writing Arabic to image
Thanks in advance.