hi,all<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;I have ported libXft and Pango to
XCB backend, It works well now. For some reasons I picked Pango-1.8
which use Xft for rendering instead of cairo. I removed pangox backend
in pango, just use pangoxft which build directly on the lates XCB.<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;The default backend of libXft is
X11 ,the configure option is &quot;--enable-xcb&quot; if you want to use the XCB
backend.The same as xft, pango also use &quot;--enable-xcb&quot; to enable
pangoxft to build on XCB. In addition, some Xlib functions in Xft have
not ported yet,includes XGetDefault and XRenderQuerySubpixelOrder. I
just hard-code the default values.<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;All my work is available from
<a href="http://svn.sourceforge.net/viewvc/gtk-xcb/">http://svn.sourceforge.net/viewvc/gtk-xcb/</a>. Have a look at that and let
me know if you have more questions. <br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Any suggestion is welcome, thanks!<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br>
--jianjun&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <br>