Search found 2 matches
- 2017-07-18T09:23:55-07:00
- Forum: Users
- Topic: Pango rtl direction
- Replies: 2
- Views: 2741
Re: Pango rtl direction
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 ...
- 2017-07-18T02:03:05-07:00
- Forum: Users
- Topic: Pango rtl direction
- Replies: 2
- Views: 2741
Pango rtl direction
How can I set pango direction to right-to-left (rtl)? According to pango-view manual , pango has -rtl option but there is not any pango:rtl in pango's list of defines . I'm using imagemagick 6.8.9 with pango in PHP 7.0 on Ubuntu 16.04, and I want to turn off auto-dir and set direction manually like ...