http://bugs.winehq.com/show_bug.cgi?id=1439
------- Additional Comments From z_god@wanadoo.nl 2003-28-06 11:25 ------- Bug comments restored from Gmane.org:
I was told to submit here the problem I've noticed. Here is the initial post to the wine newsgroup:
Hi all, I'm using the latest Wine release 20030408 and I noticed a problem in the Select Font Dialog (using the wine dlls): all the fonts that are loaded in the dialog can be either Normal or Bold, but there's no Italic or Bold Italic option in the Style Box.
This is happening only when using the Wine's commdlg and comdlg32 dlls, everything is OK if I copy the Microsoft Windows dlls into Wine's Windows/System directory.
I'm using the latest wine release available, which is 20030408 which I built myself using gcc-2.95.
------- Additional Comments From spetreolle <at> yahoo.fr 2003-05-06 23:31 ------- Does it happens with all fonts you specify ?
Whats your font config : - you use X fonts / - you installed some fonts into C:\windows\Fonts and have wine compiled with Freetype support ?
------- Additional Comments From gabriele.giorgetti <at> teamfab.it 2003-05-07 01:50 ------- I've compiled wine with freetype2 support (2.1.4) and the only fonts I've used are the Vera Bitstream fonts (ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera) that I put in c:\Windows\System .
I'm not using any X font.
Thanks.
------- Additional Comments From spetreolle <at> yahoo.fr 2003-05-07 02:16 ------- Fonts must go into C:\windows\Fonts, not in C:\windows\system. Check the presence C:\windows\Fonts\*.ttf, otherwise it means you're using X fonts.
To ensure youre using ttf fonts, remove $HOME/.wine/cached*
------- Additional Comments From gabriele.giorgetti <at> teamfab.it 2003-05-07 03:12 ------- Sorry my fault, I meant c:\Windows\Fonts and not c:\Windows\System
I'm *sure* I'm using ttf fonts :-)
[g@svil g]$ ls /work/c/windows/Fonts Vera.ttf VeraBd.ttf VeraMoBI.ttf VeraMoIt.ttf VeraSe.ttf VeraBI.ttf VeraIt.ttf VeraMoBd.ttf VeraMono.ttf VeraSeBd.ttf
I've test this carefully, so I'm pretty sure about that...