font-shape/font-query related regression in wine 1.1.28

Austin English austinenglish at gmail.com
Sun Aug 23 17:51:40 CDT 2009


On Sun, Aug 23, 2009 at 2:02 PM, Hin-Tak Leung<hintak_leung at yahoo.co.uk> wrote:
> My favourite mono/.net application dies with 'Style Regular isn't supported by font Tahoma' in 1.1.28.
>
> I did a git bisect and
> commit 0b9ba054f6c8a2d96c898e7325087f56a6224644
> Author: André Hentschel <nerv at dawncrow.de>
> Date:   Wed Aug 12 19:19:32 2009 +0200
>
> was the entry that breaks, but just reversing it in 1.1.28 does not fix the problem - i.e. more problematic commits later?; however, replacing the wine-shipped tahoma fonts with those from Vista does cure the problem; so does simply deleting them from $WINEPREFIX/drive_c/windows/fonts (and allow substitution from system fonts happen, I think).

Sounds like you need to rerun the regression test...Does:
$ git reset --hard 0b9ba054f6c8a2d96c898e7325087f56a6224644 && git
show 0b9ba054f6c8a2d96c898e7325087f56a6224644 | patch -p1 -R &&
./configure && make depend && make

fix it?

-- 
-Austin



More information about the wine-devel mailing list