Read the section on UTF fonts at http://www.imagemagick.org/Usage/text/ and be sure your font set is proper and .rtf. Anthony can give you more details, but it is possible that your font set is not proper.furynick wrote:when i'm trying to convert turkish chars to images, it fails.
for example when i execute this command;it generates this:Code: Select all
convert -size 100x40 xc:red -fill black -font arial -pointsize 30 -gravity NorthWest -annotate +0+0 "çöğüş" label.gif
but i want to generate this: (this is photoshop of course)
i'm on debian etch with imagemagick 6.2.4
using turkish chars
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: using turkish chars
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: using turkish chars
Your font is probably a special 256 character international ISO font, rather than a UTF font. Try using a Arial TTF microsoft font and see if that works.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/