Khmer rendering ligatures problem
Posted: 2010-06-29T00:27:22-07:00
I'm trying to render some khmer text that has ligatures. Here's the command I'm using:
convert -font KhmerOS -pointsize 72 label:យោ khmer.gif
but this is the result I'm getting: http://esperanto.org.ar/khmer/khmer.gif . So it seems like ImageMagick is not properly joining those characters.
While searching some posts here I found this: viewtopic.php?f=3&t=14467&p=51019&hilit=ligature . It seems like its the same kind of problem, but I don't think it's a FreeType problem since they say the ligature processing is done before using freetype: a higher level program determines the ligatures and then just asks the glyphs to FreeType.
I'm using Ubuntu 10.04. Version of ImageMagick is:
Version: ImageMagick 6.5.7-8 2009-11-26 Q16 http://www.imagemagick.org
To use the khmer fonts the package is ttf-khmeros
If something needs to be changed in ImageMagick for this to work I can try to help.
Thanks!
Ary
convert -font KhmerOS -pointsize 72 label:យោ khmer.gif
but this is the result I'm getting: http://esperanto.org.ar/khmer/khmer.gif . So it seems like ImageMagick is not properly joining those characters.
While searching some posts here I found this: viewtopic.php?f=3&t=14467&p=51019&hilit=ligature . It seems like its the same kind of problem, but I don't think it's a FreeType problem since they say the ligature processing is done before using freetype: a higher level program determines the ligatures and then just asks the glyphs to FreeType.
I'm using Ubuntu 10.04. Version of ImageMagick is:
Version: ImageMagick 6.5.7-8 2009-11-26 Q16 http://www.imagemagick.org
To use the khmer fonts the package is ttf-khmeros
If something needs to be changed in ImageMagick for this to work I can try to help.
Thanks!
Ary