Installing new fonts in MagickWand
Posted: 2009-03-12T01:39:45-07:00
Good Morning,
I have a problem with my application that works in a Linux environment; in order to use new fonts I followed the process to install new fonts in ImageMagick described in the book "ImageMagick Tricks" that mainly consists in:
1)To transform the .ttf to a .afm and a .pfb font file.
2)To copy those files into the ghostscript font folder.
3)To edit file "type-ghostscript.xml" in folder "./ImageMagick-6.4-9.3/config" and add a new entry for those fonts.
These steps seems to work perfectly when I use ImageMagick command-line tool, but when I use with MagickWand seems to be necessary to compile and install again ImageMagick, is this correct? or shall I do any other step to avoid this last step? Thanks a lot.
Best regards.
Javier.
I have a problem with my application that works in a Linux environment; in order to use new fonts I followed the process to install new fonts in ImageMagick described in the book "ImageMagick Tricks" that mainly consists in:
1)To transform the .ttf to a .afm and a .pfb font file.
2)To copy those files into the ghostscript font folder.
3)To edit file "type-ghostscript.xml" in folder "./ImageMagick-6.4-9.3/config" and add a new entry for those fonts.
These steps seems to work perfectly when I use ImageMagick command-line tool, but when I use with MagickWand seems to be necessary to compile and install again ImageMagick, is this correct? or shall I do any other step to avoid this last step? Thanks a lot.
Best regards.
Javier.