Re: Fonts from my computer
Posted: 2009-01-08T03:37:27-07:00
You can put the path to the font into the code or you can find out what fonts Imagemagick recognise with:
Code: Select all
convert -list font
OR
convert -list type
Depending on Imagemagick version