I have an interesting problem with Xft and Qt. I have the TT bytecode interpreter 
enabled in my Freetype library, and when I have Qt run normally (without using Xft) 
fonts look great (I'm using windows fonts.) When I enable QT_XFT, however (for AA 
support), and turn off AA for normal-sized fonts, fonts suddenly have rendering 
errors. (ex: the lower part of the 'D' will have an extra pixel, and 'c' has an extra 
pixel on the lower right tip.) It appears that the interpreter isn't getting used and 
the auto-hinter is. 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?

_______________________________________________
Render mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/render

Reply via email to