I'm trying to generate an image that contains right-to-left text on my node.js server.
I'm currently using node-canvas(based on "Cairo"), but open for suggestions in case other libraries will do the trick.
To be clear:
- I need support to be able writing right-to-left text
- The actual fonts are not relevant for this question, neither the direction of the font. E.G: I don't mind writing the words backwards in my software as long as they will be displayed in the image from right to left. (Hebrew for example is not supported and if i write the word "תודה" it will be written "התוד" instead. This i can handle, the problem is the paragraph direction.)