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
ChangeSet ID: 10178643640749867230924828
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/03 14:06:04
Modified files:
windows : dialog.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
The horizontal dialog base unit is calculated as the straight average
of a-z,A-Z (tmAveCharWidth is supposed to be a weighted average
according to character usage, so we shouldn't use this).
Patch: http://cvs.winehq.com/patch.py?id=10178643640749867230924828
Revision Changes Path
1.100 +28 -36 wine/windows/dialog.c