On Sun, Oct 02, 2005 at 08:19:58AM +0200, Lionel Ulmer wrote: > The only problem I see is with people having a self-compiled FreeType > library with hinting enabled. Why cripple their configuration too by default ? > > Is there no way to detect at compile / run-time what kind of FreeType > library we link with ? Or, at the very least, let this be configurable in > winecfg (or in the registry) as it does not seem to be the case with Mike's > patch.
We need to determine this at runtime really. I have come up with a way, but it's a bit of a hack - I've asked on the freetype list for a better solution. Once I have that I'll add a Wine specific bit to the flags returned by GetRasterizerCaps, x11drv can query this and take the appropriate action. Huw.