http://bugs.winehq.org/show_bug.cgi?id=16325
--- Comment #76 from Byeongsik Jeon bsjeon@hanmail.net 2009-01-04 07:17:09 --- (In reply to comment #75)
(In reply to comment #74)
Of curse, we need the remaded intl.inf for the Wine.
http://www.winehq.org/pipermail/wine-patches/2005-September/020513.html
Alexandre said that gdi32 should do that automatically, which it does now.
Oh!!! Thank you :)
http://www.winehq.org/pipermail/wine-patches/2008-December/066114.html What is the problem of the patches? This patch is ignored by AJ. FontAssoc and FontLink registry data are the hardcoded information in the MS Windows.
I think the patch step are:
1. Add the default FontAssoc/FontLink registry data updating code.
2. GdiGetCodepage patch using the FontAssoc information. Or, 2a. tagGdiFont.codepage touch using the FontAssoc information. 2b. GdiGetCodepage patch using the step.2a change.
3. Intruduce the smart fontlink fallback mechanism when the default font of the MS Windows does not exist in the system. Ex. winecfg approach, fontconfig approach, "using first searched font" approach ...