>>>>> "Huang" == Huang Ying <[EMAIL PROTECTED]> writes:
>> o Why are we using Xft directly ? Doesn't gtk+ abstract the actual >> font loader away ? Huang> I think the gtk+ render system(i.e. pango) is a rather high Huang> level render system and they work efficient only on long text, Huang> such as a paragraph. I have try it, but the speed is not Huang> satisfying. I think the reason is that when you feed text to Huang> "pango", the "pango" will do all things about ajusting "visual Huang> order" etc. What we need is a rather low level redner system. Huang> So I choose xft. I think most of xft code can be used in xforms Huang> frontend after revising, can't it? One problem I see with using xft directly is that we will not be able to port to win32 of directfb. From my reading of the www.gtk.org site it seems to me that gtk2 has support for xft. Is that true? Wouldn't that be a better route than direct use of xft? JMarc PS: actually I know next to nothing about gtk+, so my question may be stupid...