[Bug 16325] incorrect font rendering for CJK programs

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 9 11:22:01 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=16325





--- Comment #86 from Byeongsik Jeon <bsjeon at 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.



More information about the wine-bugs mailing list