Page 1 of 1

fonts not recognised

Posted: 2010-03-29T08:28:19-07:00
by miniprash
Iam new to Mac. When i try to annotate, the font, though listed in type.xml seems to be missing. I ran imagick_type_gen.pl to generate my type.xml. Pls help to solve this.

Code: Select all

convert -size 400x100 xc:red  -font CenturySchoolbookB -fill white -pointsize  22 -annotate 0 'mini' final.jpg
this is the error returned .
convert: unable to read font `CenturySchoolbookB' @ annotate.c/RenderType/807.
convert: unable to read font `/usr/local/lib/ImageMagick-6.5.8/config//usr/local/share/ghostscript/n019003l.pfb' @ annotate.c/RenderFreetype/1043.
convert: unable to read font `CenturySchoolbookB' @ annotate.c/RenderType/807.
convert: unable to read font `/usr/local/lib/ImageMagick-6.5.8/config//usr/local/share/ghostscript/n019003l.pfb' @ annotate.c/RenderFreetype/1043.


this is what is listed in type.xml

CenturySchoolbookB - Century Schoolbook Bold - Century Schoolbook
<type
format="type1"
name="CenturySchoolbookB"
fullname="Century Schoolbook Bold"
family="Century Schoolbook"
glyphs="/usr/local/share/ghostscript/fonts/c059016l.pfb"
metrics="/usr/local/share/ghostscript/fonts/c059016l.afm"
/>

Re: fonts not recognised

Posted: 2010-03-29T10:05:12-07:00
by fmw42
I am no expert on this, but think you may need to have ttf fonts.

Re: fonts not recognised

Posted: 2010-03-29T10:19:39-07:00
by magick
PFB fonts are fine.

Do you have Ghostscript installed? Otherwise type
  • identify -list font
to determine which fonts are supported.