Now it works with this font. Thank you very muchmagick wrote:You need a font that has a glyph defined for \U10E6. We use Arial Unicode MS and the character renders properly:
- convert -pointsize 48 -font arial-unicode.ttf label:ღтестღ label.png
Search found 3 matches
- 2012-06-13T01:44:28-07:00
- Forum: Users
- Topic: Text with special characters (ღ for example)
- Replies: 5
- Views: 12052
Re: Text with special characters (ღ for example)
- 2012-06-09T00:39:34-07:00
- Forum: Users
- Topic: Text with special characters (ღ for example)
- Replies: 5
- Views: 12052
Re: Text with special characters (ღ for example)
I tried to create image with such character in GIMP image editor using font 'Ubuntu' - it works. Then I tried to do same with imagemagick:
$ convert -list font |grep -i ubuntu
Font: Ubuntu-Bold
family: Ubuntu
glyphs: /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf
Font: Ubuntu-Bold ...
$ convert -list font |grep -i ubuntu
Font: Ubuntu-Bold
family: Ubuntu
glyphs: /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf
Font: Ubuntu-Bold ...
- 2012-06-08T07:19:19-07:00
- Forum: Users
- Topic: Text with special characters (ღ for example)
- Replies: 5
- Views: 12052
Text with special characters (ღ for example)
There are numerous images which I should annotate with text, some phrases have some special characters such as ღ and some others.
convert label:ღтестღ image.jpg
тест - is test in Russian
as a result of this command i get image with text ?тест?
how can I make imagemagick draw such characters on ...
convert label:ღтестღ image.jpg
тест - is test in Russian
as a result of this command i get image with text ?тест?
how can I make imagemagick draw such characters on ...