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