http://bugs.winehq.org/show_bug.cgi?id=17674
Wim Lewis wiml@hhhh.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wiml@hhhh.org
--- Comment #7 from Wim Lewis wiml@hhhh.org 2009-10-06 02:45:08 --- commit a1c66499bf6b fixes the caching of font metrics on OSX (10.5 et seq.) so that it does not need to recache on every run. This is separate from the freetype load-path bug (Wine will now cache the font metrics correctly even if freetype is not found). So as far as I can tell:
- the problem described in the title of this bug (excessive re-caching making Wine slow) is fixed; - the problem described in most of the comments of this bug (Wine not using freetype and therefore having to cache font metrics in the first place) is not fixed.