ChangeSet ID: 1017867080794576227040128 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/04/03 14:51:20
Modified files: . : winedefault.reg dlls/gdi : freetype.c
Log message: Huw D M Davies hdavies@codeweavers.com Add font substitution lookup in the registry. We look under the key HKLM\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes for "fromName[,cp]"="toName[,cp]" where cp can be an optional codepage. Substitution occurs before scanning the available font list, as is the case with Windows.
Patch: http://cvs.winehq.com/patch.py?id=1017867080794576227040128
Revision Changes Path 1.39 +20 -0 wine/winedefault.reg 1.9 +121 -0 wine/dlls/gdi/freetype.c