Hi,
can anybody help me to find a way to install new fonts for Imagemagick?
Yes, I could list my fonts and already read http://www.imagemagick.org/Usage/ "Font Usage".
Yes, I know sites: Free Fonts or 1001 Fonts.
Yes, I've already checked topics here and I have my "imagick_type_gen".
Please...
linuxbox
installing fonts for ImageMagick in Debian
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: installing fonts for ImageMagick in Debian
place the fonts somewhere anywhere on your system.
Either wait a day or run (as the superuser 'updatedb')
now run
And check it with
or on a newer IM
Either wait a day or run (as the superuser 'updatedb')
now run
Code: Select all
mkdir ~/.magick/
imagick_type_gen > ~/.magick/type.xml
Code: Select all
convert -list type
Code: Select all
convert -list font
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/