On Mon, 8 Dec 2003, Peter Jacobi wrote: > It would be most interesting, if someone can point out a wordprocessor > or even a rendering library (shouldn't Pango be the solution to > everything?), > which enables styling of individual Tamil letters.
I think Pango's attributed string ( http://developer.gnome.org/doc/API/2.0/pango/pango-Text-Attributes.html ) can be used for this. I believe that other layout/rendering libraries such as Uniscribe, ATSUI and the rendering/layout part of ICU have similar data type/APIs. Jungshik

