ChangeSet ID: 101787179876286252618684
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/03 16:09:58
Modified files:
graphics/x11drv: xfont.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
If lfFaceName == "", then we patch up the names according to
lfPitchAndFamily. This is not very pretty I'm afraid...
Patch: http://cvs.winehq.com/patch.py?id=101787179876286252618684
Revision Changes Path
1.96 +24 -1 wine/graphics/x11drv/xfont.c
ChangeSet ID: 1017867080794576227040128
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/03 14:51:20
Modified files:
. : winedefault.reg
dlls/gdi : freetype.c
Log message:
Huw D M Davies <hdavies(a)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