Search found 1 match
- 2019-07-09T03:23:44-07:00
- Forum: Users
- Topic: Custom fonts with ImageMagick and Apache
- Replies: 0
- Views: 122546
Custom fonts with ImageMagick and Apache
I have installed some custom TTF fonts for use with ImageMagick in order to convert an SVG file to a PNG. The fonts are recognized by ImageMagick when the following command is run: convert -list font The output from this command shows that the file /home/matt/.magick/type.xml has been read. The ...