Around 12 o'clock on Nov 4, [EMAIL PROTECTED] wrote:
> Does Xft do anything weird with Freetype? In other words, does rendering a > non-AA string with Freetype through Xft do anything different from > rendering a string with Freetype through the regular X string calls? Xft doesn't do anything weird with Freetype, but the core server does -- it's got its own version of Freetype 1 embedded inside it. Xft uses the system version of Freetype 2. I suspect the copy that Xft is using still has the interpreter disabled. Use 'ldd' to see what copy Xft is using and make sure that has the interpreter enabled. [EMAIL PROTECTED] XFree86 Core Team SuSE, Inc. _______________________________________________ Render mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/render
