Imagemagick fails with the font "Pharmacy"

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
badabou
Posts: 54
Joined: 2008-06-23T06:12:24-07:00

Imagemagick fails with the font "Pharmacy"

Post by badabou »

Hello,

I have a problem with Imagemagick and use the font "Pharmacy" on a LInux server (Debian 6).

When I want to write a text with the "+" character, imagemagick fails to create the image.

Here is the command :

Code: Select all

convert -background none -fill "#000000" -gravity Center -font pharmacy.ttf -size 600x600 caption:"+" result.png
And font : http://www.2shared.com/file/921_hdwX/Pharmacy.html

Thank you
Version: ImageMagick 6.5.9-3 2012-11-09 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features:
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Imagemagick fails with the font "Pharmacy"

Post by fmw42 »

I tried it and it shows "Harold Loehner Designs". So I suspect there is no + glyph in that font. It works fine for other characters. I do not think this is an IM problem.
Post Reply