ChangeSet ID: 1024962258737373444558219 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/06/24 18:44:18
Modified files: dlls/wineps : Makefile.in brush.c driver.c escape.c font.c ppd.c ps.c psdrv.h text.c Added files: dlls/wineps : builtin.c download.c type1.c type42.c
Log message: Huw D M Davies hdavies@codeweavers.com Added Type 1 and Type 42 font downloading. Misc bug fixes.
Patch: http://cvs.winehq.com/patch.py?id=1024962258737373444558219
Revision Changes Path 1.21 +4 -0 wine/dlls/wineps/Makefile.in 1.11 +20 -5 wine/dlls/wineps/brush.c 1.13 +4 -1 wine/dlls/wineps/driver.c 1.15 +1 -0 wine/dlls/wineps/escape.c 1.28 +24 -345 wine/dlls/wineps/font.c 1.9 +16 -0 wine/dlls/wineps/ppd.c 1.13 +61 -22 wine/dlls/wineps/ps.c 1.35 +77 -7 wine/dlls/wineps/psdrv.h 1.14 +68 -47 wine/dlls/wineps/text.c 1.1 +0 -0 wine/dlls/wineps/builtin.c 1.1 +0 -0 wine/dlls/wineps/download.c 1.1 +0 -0 wine/dlls/wineps/type1.c 1.1 +0 -0 wine/dlls/wineps/type42.c