ChangeSet ID: 10924
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/02 17:03:54
Modified files:
dlls/gdi : freetype.c
Log message:
Huw Davies <huw(a)codeweavers.com>
GulimChe has the IsFixedPitch flag set, yet contains glyphs of
differing widths. To cope with this we need to call FT_Load_Glyph
with the FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH flag in order to get
back the correct glyph metrics from FreeType.
Patch: http://cvs.winehq.org/patch.py?root=/home/winehq/opt/cvs-commit&id=10924
Old revision New revision Changes Path
1.53 1.54 +2 -2 wine/dlls/gdi/freetype.c
ChangeSet ID: 10922
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/02 17:02:33
Modified files:
tools : winemaker
Log message:
Francois Gouget <fgouget(a)free.fr>
Link with msvcrt and use the msvcrt headers by default to improve the
Visual C++ compatibility.
Add a '--nomsvcrt' option to generate makefiles that do not use
msvcrt.
Patch: http://cvs.winehq.org/patch.py?root=/home/winehq/opt/cvs-commit&id=10922
Old revision New revision Changes Path
1.72 1.73 +15 -1 wine/tools/winemaker