I'm seeing a problem where the standalone Xft library works fine with FreeType-2.1.9 but the same code build as part of the monolithic X tree is unable to load PCF fonts. I think the problem is that the Xft configure.ac contains a check for HAVE_FT_BITMAP_SIZE_Y_PPEM. When built in the Xorg tree this will never be set. I don't really have a good idea how to solve this.... probably easiest is to replace the configure check with a #if on FREETYPE_MAJOR/FREETYPE_MINOR/FREETYPE_PATCH.
Created attachment 621 [details] [review] Proposed fix I've attached a proposed fix, not tested since I don't have a built copy of the monolithic tree at the moment.
Adding to release blocker bug.
Fri Aug 13 19:47:12 2004 Soeren Sandmann <sandmann@redhat.com> * xftint.h: Make HAVE_FT_BITMAP_SIZE_Y_PPEM conditional on the FreeType version instead of proping it. This way it will work with the monolithic version too. #1062, Patch by Owen Taylor.
I don't see this fix applied to tree at CVSROOT=:pserver:anoncvs@anoncvs.xfree86.org:/cvs
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.