Thanks for your fast reply :)
Full path works fine. That was enough
I tried also the Perl script under MinGW. Filepaths in XML dump were incorrect because of the way paths work under MinGW, i.e. "/c/windows/fonts" instead "c:/windows/fonts", but for some reason it also didn't detect my Segoe UI ...
Search found 2 matches
- 2013-05-18T11:55:22-07:00
- Forum: Users
- Topic: How can I use system font for annotation
- Replies: 2
- Views: 2829
- 2013-05-18T09:18:07-07:00
- Forum: Users
- Topic: How can I use system font for annotation
- Replies: 2
- Views: 2829
How can I use system font for annotation
Hi,
I use ImageMagick 6.7.9-8 2012-09-22 Q16 on Windows XP.
I wanted to annotate some images and use system font, like "Segoe UI", so command looks like:
convert -background "#00000080" -fill white -font "Segoe UI" -pointsize 12 label:...
but it doesn't work as IM can't find the font ...
I use ImageMagick 6.7.9-8 2012-09-22 Q16 on Windows XP.
I wanted to annotate some images and use system font, like "Segoe UI", so command looks like:
convert -background "#00000080" -fill white -font "Segoe UI" -pointsize 12 label:...
but it doesn't work as IM can't find the font ...