Imagemagick-hez fontok (MEGOLDVA)

Fórumok

Sziasztok,

átböngészve az Imagemagick fórumát és a HUP-ot, valamint a http://www.imagemagick.org/Usage/ "Font Usage" fejezetét, továbbra sem tudom hogyan tudnék fontokat telepíteni, hogy utána az IM alatt használhassam.

Az alapkínálat elég szegényes. Az imagick_type_gen script hibaüzi nélkül lefut. ".magick" könyvtár nem jön létre, ha létrehozom sem változik semmi.

A /usr/lib.... alatti fontokhoz hiába másolok hozzá, nem jelenik meg.

Van valakinek Imagemagick-es tapasztalata?

Hozzászólások

Bocs, most találtam:

To install fonts

1. Downloaded archive with base fonts:
wget http://downloads.sourceforge.net/ghostscript/ghostscript-fonts-std-8.11…
2. Go to GhostScript directory:
cd /usr/local/share/ghostscript/
3. Unpacked fonts:
tar -xvzf ghostscript-fonts-std-8.11.tar.gz

The path to the fonts will be: /usr/local/share/ghostscript/fonts/
Extra fonts can be installed using the method above.

Lehet, hogy jó lesz, próbálom...

A válasz egyenesen Anthony Thyssentől:

place the fonts somewhere anywhere on your system.

Either wait a day or run (as the superuser 'updatedb')

now run
Code:
mkdir ~/.magick/
imagick_type_gen > ~/.magick/type.xml

And check it with
Code:
convert -list type

or on a newer IM
Code:
convert -list font

_________________
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
http://www.imagemagick.org/Usage/