OpenType fonts support various features, and in particular the feature to have certain character combinations map onto especially designed ligatures in the font. I realize this might not be a high priority or pertain to graphics per se, but adding support for OpenType font features to ImageMagick would make it a lot more powerful when it comes to rendering text.
As an example, for a Memrise course that teaches classical Devanagari script, I am now relying on a Python script that employs XeLaTeX to produce PDFs with Devanagari ligatures (available only in the OpenType Sanskrit 2003 font). Then I can convert those PDFs to PNGs using ImageMagick. It would be so much easier if I could just draw the PNG in ImageMagick directly, but when I try to do that, it is unfortunately not able to render the desired ligature, but instead shows the sequence of atomic characters.
Cheers for an otherwise incredibly helpful graphics editing framework, btw!
Future feature request: OpenType font controls
-
- Posts: 5
- Joined: 2017-09-07T07:41:41-07:00
- Authentication code: 1151
Future feature request: OpenType font controls
Last edited by rob.verhoeven on 2017-09-07T08:03:46-07:00, edited 2 times in total.
-
- Posts: 5
- Joined: 2017-09-07T07:41:41-07:00
- Authentication code: 1151
Re: Future feature request: OpenType font controls
PS. It seems others have also wondered about OpenType support in ImageMagick.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Future feature request: OpenType font controls
Have you tried it with Pango in IM?
snibgo's IM pages: im.snibgo.com
-
- Posts: 5
- Joined: 2017-09-07T07:41:41-07:00
- Authentication code: 1151