Jan. 9, 2009
5:22 p.m.
http://bugs.winehq.org/show_bug.cgi?id=16325 --- Comment #86 from Byeongsik Jeon <bsjeon(a)hanmail.net> 2009-01-09 11:22:00 --- 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). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.