In article <3b2d5dbe.53649@news.nerim.net>, gerard patel wrote:>On 17 Jun 2001 21:57:06 GMT, pkar-del@crosswinds.net (Panajotis >Karajannis) wrote: > ><snip menu fonts problems> > >Try to create an alias for the System font > >"Alias0" = "System,<your favourite font>" > >GerardI already did this and there is no difference. Again, I thing the best solution is to force wine to use only iso-8859-7 fonts. Or to give a "black list" of fonts, which wine should not use. Any one knows if this is possible ? Thanks
On 23 Jun 2001 19:28:50 GMT, pkar-del@crosswinds.net (Panajotis Karajannis) wrote:>I already did this and there is no difference. Again, I thing the best >solution is to force wine to use only iso-8859-7 fonts. Or to give a >"black list" of fonts, which wine should not use. >Any one knows if this is possible ?Try [fonts] "Ignore0" = "<unix font>" "Ignore1" = "<unix font>" (...) Very long to fix them all. It would be better to understand why your fonts are not weighed correctly by the Wine font mapper, but it would need some debugging. Gerard
>>solution is to force wine to use only iso-8859-7 fonts. Or to give a >>"black list" of fonts, which wine should not use. >>Any one knows if this is possible ? > >Try > >[fonts] >"Ignore0" = "<unix font>" >"Ignore1" = "<unix font>" >(...) > >Very long to fix them all. > >It would be better to understand why your fonts >are not weighed correctly by the Wine font mapper, >but it would need some debugging. > >Gerard >"Ignore0" = .... Very good ! Thanks ! Is there any document I can see all these options such as Ignore, Alias etc ?