Add new fonts to pango (ghostscript)
Posted: 2015-02-24T07:33:20-07:00
First a great thank you to developers of IM. After I installed last update, suddenly Pango worked on Windows. WOW.
For others, this is what I have:
For some needs I would like to have other fonts than what's available by default in GhostScript (which seems to be needed to use Pango).
Do anyone have a step-by-step guide on how to add fonts to a working ImageMagick installation ? As example going from TTF font file to combination of AFM/PFB/PFM. The instructions here seem outdated and many links don't work : http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.50/Fonts.htm
If I can somehow call a TTF file by command line that would be enough.
For others, this is what I have:
Code: Select all
Version: ImageMagick 6.9.0-1 Q16 x86 2014-12-22 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates (built-in): bzlib cairo freetype jbig jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib
For some needs I would like to have other fonts than what's available by default in GhostScript (which seems to be needed to use Pango).
Do anyone have a step-by-step guide on how to add fonts to a working ImageMagick installation ? As example going from TTF font file to combination of AFM/PFB/PFM. The instructions here seem outdated and many links don't work : http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.50/Fonts.htm
If I can somehow call a TTF file by command line that would be enough.