ChangeSet ID: 995502643302283058408648 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/07/18 20:30:43
Modified files: dlls/wineps : afm.c font.c ps.c psdrv.h truetype.c
Log message: Ian Pilcher ian.pilcher@home.com Read/calculate average character width for all fonts. Work directly with 16-bit WCHARs; don't convert to CP1252.
Patch: http://cvs.winehq.com/patch.py?id=995502643302283058408648
Revision Changes Path 1.22 +57 -0 wine/dlls/wineps/afm.c 1.11 +91 -0 wine/dlls/wineps/font.c 1.4 +31 -0 wine/dlls/wineps/ps.c 1.17 +2 -0 wine/dlls/wineps/psdrv.h 1.6 +6 -0 wine/dlls/wineps/truetype.c