On Tue, Jun 21, 2005 at 05:42:53PM +0200, Alexandre Julliard wrote:
Huw D M Davies h.davies1@physics.ox.ac.uk writes:
On Tue, Jun 21, 2005 at 04:50:50PM +0200, Alexandre Julliard wrote:
Can't this be based on the font path, using the first font we find in the path? Then we just have to make sure the Windows dir is searched first.
That would work if the Wine fonts end up in the Windows dir, but aren't they likely to get installed into somewhere under /usr/share/fonts ?
Well, yes, the idea would be to search the Windows dir before /usr/share/fonts.
Sorry, I misread this. So in order to have sserife.fon beat wine_sserife.fon I'd have to copy it into my Windows dir? I'd like this to happen automatically if sserife.fon existed in my fontconfig path. (Yes, I know it won't at the moment because we ignore all bitmap fonts in the fontconfig path, but I think this should be changed to let .fon bitmap through).
Can't we just add the Replacement keys to wine.inf and be done with it?
Yes, but that's ugly, Wine should be able to behave sanely without special registry entries.
True, and maybe that usurps my objection above.
Huw.