http://bugs.winehq.org/show_bug.cgi?id=16325
Jan Ask janaskhoej@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |janaskhoej@gmail.com
--- Comment #87 from Jan Ask janaskhoej@gmail.com 2009-03-21 20:19:19 --- (In reply to comment #86)
Another research result:
DWORD WINAPI QueryfontAssocStatus();
OEM(FF)=YES ==> 1 ANSI(00)=YES ==> 2 SYMBOL(02)=YES ==> 4
This function return the above value's ORed value. Ex. ANSI=YES,OEM=YES,SYMBOL=NO ==> return 3 (== 1|2).
I know this might not be the right place to post this, but I am willing to offer a 100$ bounty to get a working patch for this into wine. I have already donated to the author of Wineloc, but would be willing to pay to get this fixed in Wine.
Unfortunately I cannot code my way out of a paper bag, so I guess I have to pay :)