convert: FreeTypeLibraryIsNotAvailable [solved]
Posted: 2007-03-28T13:33:58-07:00
Hi all
I tried to play around with exotic fonts, but I'm encountering huge problems, see topic. That happens, whenever I try to use a non standard font, let's say eg. "Sheer Beauty Regular" which I found here:
http://www.webpagepublicity.com/free-fonts.html
I use ImageMagick 6.3.3
First to my installed packages (ubuntu efty edge):
I used the script from http://www.imagemagick.org/Usage/ to generate a type.xml inside ~.magick which let all the fonts appear when I type:
but first of all the Sheer Beauty Font is not in it, but surprisingly any old fonts inside folders nearby. So I tried calling them all via the name in the type list and/or with
but I always got the same error:
This is weird because the freetype library does exist, and I installed the fonts too using
What is still wrong here?
Thank you for your appreciation
Best regards
Patrick
I tried to play around with exotic fonts, but I'm encountering huge problems, see topic. That happens, whenever I try to use a non standard font, let's say eg. "Sheer Beauty Regular" which I found here:
http://www.webpagepublicity.com/free-fonts.html
I use ImageMagick 6.3.3
First to my installed packages (ubuntu efty edge):
Code: Select all
libttf2
msttcorefonts
ttfbitstream-vera
ttf-devanagari-fonts
ttf-freefont
ttf-gentium
ttf-xfree86-nonfree
x-ttcidfont-conf
freetype1-tools
libfreetype6
libfreetype6-dev
libttf-dev
libttf2
libxft1
libxft2
Code: Select all
convert -list type
Code: Select all
convert .. -font /folder/to/file.ttf ...
Code: Select all
convert: FreeTypeLibraryIsNotAvailable `/folder/to/file.ttf'.
convert: FreeTypeLibraryIsNotAvailable `/folder/to/file.ttf'.
Code: Select all
apt-get install kcontrol
kfontview -> install ... font.ttf
Thank you for your appreciation
Best regards
Patrick