Build AFM data for core PostScript fonts into WINEPS.
authorIan Pilcher <ian.pilcher@home.com>
Tue, 29 May 2001 22:06:10 +0000 (22:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 May 2001 22:06:10 +0000 (22:06 +0000)
commit55d2e575af653628944e22de5f73337e7ba0d39c
treec8f0f82fbee3464c322ade74b33d3047d4570876
parent6bb990f7fddb7020bf6f157684b85895457b8b3c
Build AFM data for core PostScript fonts into WINEPS.
47 files changed:
configure
configure.in
dlls/wineps/Makefile.in
dlls/wineps/afm.c
dlls/wineps/afm2c.c [new file with mode: 0644]
dlls/wineps/data/AvantGarde_Book.c [new file with mode: 0644]
dlls/wineps/data/AvantGarde_BookOblique.c [new file with mode: 0644]
dlls/wineps/data/AvantGarde_Demi.c [new file with mode: 0644]
dlls/wineps/data/AvantGarde_DemiOblique.c [new file with mode: 0644]
dlls/wineps/data/Bookman_Demi.c [new file with mode: 0644]
dlls/wineps/data/Bookman_DemiItalic.c [new file with mode: 0644]
dlls/wineps/data/Bookman_Light.c [new file with mode: 0644]
dlls/wineps/data/Bookman_LightItalic.c [new file with mode: 0644]
dlls/wineps/data/Courier.c [new file with mode: 0644]
dlls/wineps/data/Courier_Bold.c [new file with mode: 0644]
dlls/wineps/data/Courier_BoldOblique.c [new file with mode: 0644]
dlls/wineps/data/Courier_Oblique.c [new file with mode: 0644]
dlls/wineps/data/Helvetica.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Bold.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_BoldOblique.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Condensed.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Condensed_Bold.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Condensed_BoldObl.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Condensed_Oblique.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Narrow.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Narrow_Bold.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Narrow_BoldOblique.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Narrow_Oblique.c [new file with mode: 0644]
dlls/wineps/data/Helvetica_Oblique.c [new file with mode: 0644]
dlls/wineps/data/NewCenturySchlbk_Bold.c [new file with mode: 0644]
dlls/wineps/data/NewCenturySchlbk_BoldItalic.c [new file with mode: 0644]
dlls/wineps/data/NewCenturySchlbk_Italic.c [new file with mode: 0644]
dlls/wineps/data/NewCenturySchlbk_Roman.c [new file with mode: 0644]
dlls/wineps/data/Palatino_Bold.c [new file with mode: 0644]
dlls/wineps/data/Palatino_BoldItalic.c [new file with mode: 0644]
dlls/wineps/data/Palatino_Italic.c [new file with mode: 0644]
dlls/wineps/data/Palatino_Roman.c [new file with mode: 0644]
dlls/wineps/data/Symbol.c [new file with mode: 0644]
dlls/wineps/data/Times_Bold.c [new file with mode: 0644]
dlls/wineps/data/Times_BoldItalic.c [new file with mode: 0644]
dlls/wineps/data/Times_Italic.c [new file with mode: 0644]
dlls/wineps/data/Times_Roman.c [new file with mode: 0644]
dlls/wineps/data/ZapfChancery_MediumItalic.c [new file with mode: 0644]
dlls/wineps/data/ZapfDingbats.c [new file with mode: 0644]
dlls/wineps/data/agl.c [moved from dlls/wineps/agl.c with 98% similarity]
dlls/wineps/mkagl.c [new file with mode: 0644]
dlls/wineps/psdrv.h