HI everyone,
I'm trying to get the amazing Chartwell font to play ball with ImageMagick. It works with ligatures (I've installed Pando which does help with them).
Does anyone have any idea how I could get Chartwell to work to allow me to render graphs using the Chartwell font? (If you have never heard of it be sure to checkout the links below).
I want to composite a PDF including Chartwell Bars / Pies.
References:
Watch: https://www.youtube.com/watch?v=tQSLUNd5_i4 c(about Chartwell)
Example (for web use using JavaScript): http://tktype.com/chartwell-web-example.php
Thank you!
R
HELP: Using Chartwell {Ligatures} font with Imagemagick
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: HELP: Using Chartwell {Ligatures} font with Imagemagick
I suspect that Imagemagick does not know how to handle that kind of font. In general Imagemagick cannot handle even emojis. Typical fonts that IM can handle are .ttf, .otf. If Pango can handle them, perhaps you should just use pango directly.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: HELP: Using Chartwell {Ligatures} font with Imagemagick
ImageMagick is a general-purpose raster image creator/editor. I suggest you look at gnuplot, which is designed for the specific task of creating graphs, and can create them in PDF (editable text) format.r2997790 wrote:... to render graphs using the Chartwell font?
snibgo's IM pages: im.snibgo.com
Re: HELP: Using Chartwell {Ligatures} font with Imagemagick
Thanks. I specifically need to use Chartwell... Thank you for the suggestion of gnuplot, if I need create graphs like theirs I'll look at that in the future.snibgo wrote: ↑2018-04-05T16:11:07-07:00ImageMagick is a general-purpose raster image creator/editor. I suggest you look at gnuplot, which is designed for the specific task of creating graphs, and can create them in PDF (editable text) format.r2997790 wrote:... to render graphs using the Chartwell font?
Yes, it seems Pango _might_ be able to work in conjunction with IM but I'm not sure yet how to do that. If anyone has any ideas I'd really appreciate it.
Seems it needs to be 'discretionary ligatures' needs to be turned on some how.
Does anyone have any idea how?
R