Thank you, I will try Pango.
http://www.w3.org/International/article ... #Slide0090
There is w3c article about CJK line breaking.
Search found 7 matches
- 2011-08-20T17:47:01-07:00
- Forum: Bugs
- Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
- Replies: 13
- Views: 29333
- 2011-08-20T07:39:38-07:00
- Forum: Bugs
- Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
- Replies: 13
- Views: 29333
Re: caption word wrap problem in Chinese (UTF-8) with whites
I'm sorry I didn't explain my question. convert -background black -fill white \ -font wts11.ttf \ -pointsize 20 -size 80x \ -encoding utf8 \ caption:"一二三四" \ caption.gif \ On this command, the characters "一二三四" is in one line. That is no problem. convert -background black -fill white \ -font wts11.tt ...
- 2011-08-19T17:42:42-07:00
- Forum: Bugs
- Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
- Replies: 13
- Views: 29333
Re: caption word wrap problem in Chinese (UTF-8) with whites
We can reproduce the problem you reported. We'll try to get a patch in ImageMagick 6.7.1-8 Beta within a day or two. Thanks. I update the newest code form SVN , and that bug has disappear. Good Job. But, there is another BUG: convert -background black -fill white -font wts11.ttf -pointsize 20 -size ...
- 2011-08-18T18:03:33-07:00
- Forum: Bugs
- Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
- Replies: 13
- Views: 29333
Re: caption word wrap problem in Chinese (UTF-8) with whites
Code: Select all
convert -background black -fill white -font wts11.ttf -pointsize 20 -size 100x -encoding utf8 caption:"一二三四五六七八九十 一二三四五六七八九十" caption.gif
I thought this is another bug..
- 2011-08-08T17:21:39-07:00
- Forum: Bugs
- Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
- Replies: 13
- Views: 29333
Re: caption word wrap problem in Chinese (UTF-8) with whites
The patch is in the very latest IM whcih you can download from the specified beta release from the IM web site downloads from from the SVN branches for version 6.7.1 (main trunk is being used for the new IM v7 development) You mean downloading the newest source code for ImageMagick-6.7.1-3.zip on ...
- 2011-08-07T23:20:59-07:00
- Forum: Bugs
- Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
- Replies: 13
- Views: 29333
Re: caption word wrap problem in Chinese (UTF-8) with whites
How and When could I get the patch ?magick wrote:We can reproduce the problem you reported and will get a patch in ImageMagick 6.7.1-3 Beta within a few days. Thanks.
I think We need much more testing to avoid this kind of BUGs...
- 2011-08-06T02:01:01-07:00
- Forum: Bugs
- Topic: caption word wrap problem in Chinese (UTF-8) with whitespace
- Replies: 13
- Views: 29333
caption word wrap problem in Chinese (UTF-8) with whitespace
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14179&start=0 That topic has discussed chinese string without whitespace. Now I need to output an image with such command : convert -background black -fill white -font wts11.ttf -pointsize 20 -size 100x -encoding utf8 caption ...