Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 1 | /* |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 2 | * PostScript driver initialization functions |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 3 | * |
| 4 | * Copyright 1998 Huw D M Davies |
| 5 | * |
| 6 | */ |
Jeff Garzik | c3e1f72 | 1999-02-19 15:42:11 +0000 | [diff] [blame] | 7 | #include <string.h> |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 8 | |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 9 | #include "gdi.h" |
| 10 | #include "psdrv.h" |
Alexandre Julliard | 61fece0 | 1999-06-26 19:09:08 +0000 | [diff] [blame] | 11 | #include "debugtools.h" |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 12 | #include "heap.h" |
| 13 | #include "winreg.h" |
Alexandre Julliard | 5954560 | 1999-02-10 06:52:57 +0000 | [diff] [blame] | 14 | #include "winspool.h" |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 15 | #include "winerror.h" |
Huw D M Davies | 91547cb | 1999-07-24 10:11:05 +0000 | [diff] [blame] | 16 | #include "options.h" |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 17 | |
Dimitrie O. Paun | 529da54 | 2000-11-27 23:54:25 +0000 | [diff] [blame] | 18 | DEFAULT_DEBUG_CHANNEL(psdrv); |
Patrik Stridvall | b4b9fae | 1999-04-19 14:56:29 +0000 | [diff] [blame] | 19 | |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 20 | static BOOL PSDRV_CreateDC( DC *dc, LPCSTR driver, LPCSTR device, |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 21 | LPCSTR output, const DEVMODEA* initData ); |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 22 | static BOOL PSDRV_DeleteDC( DC *dc ); |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 23 | |
| 24 | static const DC_FUNCTIONS PSDRV_Funcs = |
| 25 | { |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 26 | NULL, /* pAbortDoc */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 27 | NULL, /* pAbortPath */ |
| 28 | NULL, /* pAngleArc */ |
Huw D M Davies | 14c99d0 | 1998-10-24 10:44:05 +0000 | [diff] [blame] | 29 | PSDRV_Arc, /* pArc */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 30 | NULL, /* pArcTo */ |
| 31 | NULL, /* pBeginPath */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 32 | NULL, /* pBitBlt */ |
Huw D M Davies | 87f87bf | 1998-10-28 09:53:53 +0000 | [diff] [blame] | 33 | NULL, /* pBitmapBits */ |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 34 | NULL, /* pChoosePixelFormat */ |
Huw D M Davies | 14c99d0 | 1998-10-24 10:44:05 +0000 | [diff] [blame] | 35 | PSDRV_Chord, /* pChord */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 36 | NULL, /* pCloseFigure */ |
Huw D M Davies | 87f87bf | 1998-10-28 09:53:53 +0000 | [diff] [blame] | 37 | NULL, /* pCreateBitmap */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 38 | PSDRV_CreateDC, /* pCreateDC */ |
Patrik Stridvall | b87fe2e | 1999-04-01 08:16:08 +0000 | [diff] [blame] | 39 | NULL, /* pCreateDIBSection */ |
| 40 | NULL, /* pCreateDIBSection16 */ |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 41 | PSDRV_DeleteDC, /* pDeleteDC */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 42 | NULL, /* pDeleteObject */ |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 43 | NULL, /* pDescribePixelFormat */ |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 44 | PSDRV_DeviceCapabilities, /* pDeviceCapabilities */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 45 | PSDRV_Ellipse, /* pEllipse */ |
Huw D M Davies | 8156150 | 1999-07-25 11:25:59 +0000 | [diff] [blame] | 46 | PSDRV_EndDoc, /* pEndDoc */ |
| 47 | PSDRV_EndPage, /* pEndPage */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 48 | NULL, /* pEndPath */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 49 | PSDRV_EnumDeviceFonts, /* pEnumDeviceFonts */ |
| 50 | PSDRV_Escape, /* pEscape */ |
| 51 | NULL, /* pExcludeClipRect */ |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 52 | PSDRV_ExtDeviceMode, /* pExtDeviceMode */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 53 | NULL, /* pExtFloodFill */ |
| 54 | PSDRV_ExtTextOut, /* pExtTextOut */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 55 | NULL, /* pFillPath */ |
Huw D M Davies | 7603dea | 1999-04-25 09:24:23 +0000 | [diff] [blame] | 56 | NULL, /* pFillRgn */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 57 | NULL, /* pFlattenPath */ |
Huw D M Davies | 7603dea | 1999-04-25 09:24:23 +0000 | [diff] [blame] | 58 | NULL, /* pFrameRgn */ |
Huw D M Davies | 14c99d0 | 1998-10-24 10:44:05 +0000 | [diff] [blame] | 59 | PSDRV_GetCharWidth, /* pGetCharWidth */ |
Alexandre Julliard | 07e4213 | 2000-03-19 21:19:21 +0000 | [diff] [blame] | 60 | NULL, /* pGetDCOrgEx */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 61 | NULL, /* pGetPixel */ |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 62 | NULL, /* pGetPixelFormat */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 63 | PSDRV_GetTextExtentPoint, /* pGetTextExtentPoint */ |
| 64 | PSDRV_GetTextMetrics, /* pGetTextMetrics */ |
| 65 | NULL, /* pIntersectClipRect */ |
Huw D M Davies | 7603dea | 1999-04-25 09:24:23 +0000 | [diff] [blame] | 66 | NULL, /* pInvertRgn */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 67 | PSDRV_LineTo, /* pLineTo */ |
Patrik Stridvall | d3534c3 | 2000-11-05 03:28:18 +0000 | [diff] [blame] | 68 | NULL, /* pMoveTo */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 69 | NULL, /* pOffsetClipRgn */ |
| 70 | NULL, /* pOffsetViewportOrg (optional) */ |
| 71 | NULL, /* pOffsetWindowOrg (optional) */ |
| 72 | NULL, /* pPaintRgn */ |
Huw D M Davies | e28224f | 1999-07-10 10:21:03 +0000 | [diff] [blame] | 73 | PSDRV_PatBlt, /* pPatBlt */ |
Huw D M Davies | 14c99d0 | 1998-10-24 10:44:05 +0000 | [diff] [blame] | 74 | PSDRV_Pie, /* pPie */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 75 | NULL, /* pPolyBezier */ |
| 76 | NULL, /* pPolyBezierTo */ |
| 77 | NULL, /* pPolyDraw */ |
Huw D M Davies | 14c99d0 | 1998-10-24 10:44:05 +0000 | [diff] [blame] | 78 | PSDRV_PolyPolygon, /* pPolyPolygon */ |
| 79 | PSDRV_PolyPolyline, /* pPolyPolyline */ |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 80 | PSDRV_Polygon, /* pPolygon */ |
| 81 | PSDRV_Polyline, /* pPolyline */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 82 | NULL, /* pPolylineTo */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 83 | NULL, /* pRealizePalette */ |
| 84 | PSDRV_Rectangle, /* pRectangle */ |
| 85 | NULL, /* pRestoreDC */ |
Huw D M Davies | 14c99d0 | 1998-10-24 10:44:05 +0000 | [diff] [blame] | 86 | PSDRV_RoundRect, /* pRoundRect */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 87 | NULL, /* pSaveDC */ |
| 88 | NULL, /* pScaleViewportExt (optional) */ |
| 89 | NULL, /* pScaleWindowExt (optional) */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 90 | NULL, /* pSelectClipPath */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 91 | NULL, /* pSelectClipRgn */ |
| 92 | PSDRV_SelectObject, /* pSelectObject */ |
| 93 | NULL, /* pSelectPalette */ |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 94 | PSDRV_SetBkColor, /* pSetBkColor */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 95 | NULL, /* pSetBkMode */ |
Stephane Lussier | 62efee2 | 1999-10-13 13:58:45 +0000 | [diff] [blame] | 96 | PSDRV_SetDeviceClipping, /* pSetDeviceClipping */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 97 | NULL, /* pSetDIBitsToDevice */ |
| 98 | NULL, /* pSetMapMode (optional) */ |
| 99 | NULL, /* pSetMapperFlags */ |
Huw D M Davies | 14c99d0 | 1998-10-24 10:44:05 +0000 | [diff] [blame] | 100 | PSDRV_SetPixel, /* pSetPixel */ |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 101 | NULL, /* pSetPixelFormat */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 102 | NULL, /* pSetPolyFillMode */ |
| 103 | NULL, /* pSetROP2 */ |
| 104 | NULL, /* pSetRelAbs */ |
| 105 | NULL, /* pSetStretchBltMode */ |
| 106 | NULL, /* pSetTextAlign */ |
| 107 | NULL, /* pSetTextCharacterExtra */ |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 108 | PSDRV_SetTextColor, /* pSetTextColor */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 109 | NULL, /* pSetTextJustification */ |
| 110 | NULL, /* pSetViewportExt (optional) */ |
| 111 | NULL, /* pSetViewportOrg (optional) */ |
| 112 | NULL, /* pSetWindowExt (optional) */ |
| 113 | NULL, /* pSetWindowOrg (optional) */ |
Huw D M Davies | 8156150 | 1999-07-25 11:25:59 +0000 | [diff] [blame] | 114 | PSDRV_StartDoc, /* pStartDoc */ |
| 115 | PSDRV_StartPage, /* pStartPage */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 116 | NULL, /* pStretchBlt */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 117 | PSDRV_StretchDIBits, /* pStretchDIBits */ |
| 118 | NULL, /* pStrokeAndFillPath */ |
| 119 | NULL, /* pStrokePath */ |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 120 | NULL, /* pSwapBuffers */ |
Huw D M Davies | f0f8da5 | 1999-12-05 23:54:02 +0000 | [diff] [blame] | 121 | NULL /* pWidenPath */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 122 | }; |
| 123 | |
| 124 | |
| 125 | /* Default entries for devcaps */ |
| 126 | |
| 127 | static DeviceCaps PSDRV_DevCaps = { |
| 128 | /* version */ 0, |
| 129 | /* technology */ DT_RASPRINTER, |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 130 | /* horzSize */ 210, |
| 131 | /* vertSize */ 297, |
| 132 | /* horzRes */ 4961, |
| 133 | /* vertRes */ 7016, |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 134 | /* bitsPixel */ 1, |
| 135 | /* planes */ 1, |
| 136 | /* numBrushes */ -1, |
| 137 | /* numPens */ 10, |
| 138 | /* numMarkers */ 0, |
| 139 | /* numFonts */ 39, |
| 140 | /* numColors */ 2, |
| 141 | /* pdeviceSize */ 0, |
| 142 | /* curveCaps */ CC_CIRCLES | CC_PIE | CC_CHORD | CC_ELLIPSES | |
| 143 | CC_WIDE | CC_STYLED | CC_WIDESTYLED | CC_INTERIORS | |
| 144 | CC_ROUNDRECT, |
| 145 | /* lineCaps */ LC_POLYLINE | LC_MARKER | LC_POLYMARKER | LC_WIDE | |
| 146 | LC_STYLED | LC_WIDESTYLED | LC_INTERIORS, |
| 147 | /* polygoalnCaps */ PC_POLYGON | PC_RECTANGLE | PC_WINDPOLYGON | |
| 148 | PC_SCANLINE | PC_WIDE | PC_STYLED | PC_WIDESTYLED | |
| 149 | PC_INTERIORS, |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 150 | /* textCaps */ TC_CR_ANY, /* psdrv 0x59f7 */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 151 | /* clipCaps */ CP_RECTANGLE, |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 152 | /* rasterCaps */ RC_BITBLT | RC_BITMAP64 | RC_GDI20_OUTPUT | |
| 153 | RC_DIBTODEV | RC_STRETCHBLT | |
| 154 | RC_STRETCHDIB, /* psdrv 0x6e99 */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 155 | /* aspectX */ 600, |
| 156 | /* aspectY */ 600, |
| 157 | /* aspectXY */ 848, |
| 158 | /* pad1 */ { 0 }, |
| 159 | /* logPixelsX */ 600, |
| 160 | /* logPixelsY */ 600, |
| 161 | /* pad2 */ { 0 }, |
| 162 | /* palette size */ 0, |
| 163 | /* ..etc */ 0, 0 }; |
| 164 | |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 165 | static PSDRV_DEVMODEA DefaultDevmode = |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 166 | { |
| 167 | { /* dmPublic */ |
| 168 | /* dmDeviceName */ "Wine PostScript Driver", |
| 169 | /* dmSpecVersion */ 0x30a, |
| 170 | /* dmDriverVersion */ 0x001, |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 171 | /* dmSize */ sizeof(DEVMODEA), |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 172 | /* dmDriverExtra */ 0, |
Luc Tourangeau | effc55e | 1999-07-18 18:34:45 +0000 | [diff] [blame] | 173 | /* dmFields */ DM_ORIENTATION | DM_PAPERSIZE | DM_SCALE | |
| 174 | DM_COPIES | DM_DEFAULTSOURCE | DM_COLOR | |
| 175 | DM_DUPLEX | DM_YRESOLUTION | DM_TTOPTION, |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 176 | { /* u1 */ |
| 177 | { /* s1 */ |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 178 | /* dmOrientation */ DMORIENT_PORTRAIT, |
| 179 | /* dmPaperSize */ DMPAPER_A4, |
| 180 | /* dmPaperLength */ 2969, |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 181 | /* dmPaperWidth */ 2101 |
| 182 | } |
| 183 | }, |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 184 | /* dmScale */ 100, /* ?? */ |
| 185 | /* dmCopies */ 1, |
| 186 | /* dmDefaultSource */ DMBIN_AUTO, |
| 187 | /* dmPrintQuality */ 0, |
| 188 | /* dmColor */ DMCOLOR_MONOCHROME, |
| 189 | /* dmDuplex */ 0, |
| 190 | /* dmYResolution */ 0, |
| 191 | /* dmTTOption */ DMTT_SUBDEV, |
| 192 | /* dmCollate */ 0, |
| 193 | /* dmFormName */ "", |
| 194 | /* dmUnusedPadding */ 0, |
| 195 | /* dmBitsPerPel */ 0, |
| 196 | /* dmPelsWidth */ 0, |
| 197 | /* dmPelsHeight */ 0, |
| 198 | /* dmDisplayFlags */ 0, |
Patrik Stridvall | a9f6a9d | 2000-10-24 02:22:16 +0000 | [diff] [blame] | 199 | /* dmDisplayFrequency */ 0, |
| 200 | /* dmICMMethod */ 0, |
| 201 | /* dmICMIntent */ 0, |
| 202 | /* dmMediaType */ 0, |
| 203 | /* dmDitherType */ 0, |
| 204 | /* dmReserved1 */ 0, |
| 205 | /* dmReserved2 */ 0, |
| 206 | /* dmPanningWidth */ 0, |
| 207 | /* dmPanningHeight */ 0 |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 208 | }, |
| 209 | { /* dmDocPrivate */ |
Patrik Stridvall | a9f6a9d | 2000-10-24 02:22:16 +0000 | [diff] [blame] | 210 | /* dummy */ 0 |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 211 | }, |
| 212 | { /* dmDrvPrivate */ |
Patrik Stridvall | a9f6a9d | 2000-10-24 02:22:16 +0000 | [diff] [blame] | 213 | /* ppdfilename */ "default.ppd", |
| 214 | /* numInstalledOptions */ 0 |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 215 | } |
| 216 | }; |
| 217 | |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 218 | HANDLE PSDRV_Heap = 0; |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 219 | |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 220 | static HANDLE PSDRV_DefaultFont = 0; |
| 221 | static LOGFONTA DefaultLogFont = { |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 222 | 100, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, ANSI_CHARSET, 0, 0, |
| 223 | DEFAULT_QUALITY, FIXED_PITCH | FF_MODERN, "" |
| 224 | }; |
| 225 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 226 | /********************************************************************* |
| 227 | * PSDRV_Init |
| 228 | * |
| 229 | * Initializes font metrics and registers driver. Called from GDI_Init() |
| 230 | * |
| 231 | */ |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 232 | BOOL WINAPI PSDRV_Init( HINSTANCE hinst, DWORD reason, LPVOID reserved ) |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 233 | { |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 234 | TRACE("(0x%4x, 0x%08lx, %p)\n", hinst, reason, reserved); |
| 235 | |
| 236 | switch(reason) { |
| 237 | case DLL_PROCESS_ATTACH: |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 238 | /* FIXME: return FALSE if we fail any of these steps */ |
| 239 | PSDRV_Heap = HeapCreate(0, 0x10000, 0); |
| 240 | PSDRV_GetFontMetrics(); |
| 241 | PSDRV_DefaultFont = CreateFontIndirectA(&DefaultLogFont); |
Dmitry Timoshkov | ad97005 | 2000-08-26 20:27:28 +0000 | [diff] [blame] | 242 | /* Register driver as "WINEPS", "WINEPS.DLL" and "WINEPS.DRV" |
| 243 | to allow an easy configuring for users */ |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 244 | DRIVER_RegisterDriver( "WINEPS", &PSDRV_Funcs ); |
Dmitry Timoshkov | ad97005 | 2000-08-26 20:27:28 +0000 | [diff] [blame] | 245 | DRIVER_RegisterDriver( "WINEPS.DLL", &PSDRV_Funcs ); |
| 246 | DRIVER_RegisterDriver( "WINEPS.DRV", &PSDRV_Funcs ); |
Alexandre Julliard | 0618746 | 2001-01-17 22:03:18 +0000 | [diff] [blame^] | 247 | break; |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 248 | case DLL_PROCESS_DETACH: |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 249 | DeleteObject( PSDRV_DefaultFont ); |
| 250 | HeapDestroy( PSDRV_Heap ); |
| 251 | DRIVER_UnregisterDriver( "WINEPS" ); |
Dmitry Timoshkov | ad97005 | 2000-08-26 20:27:28 +0000 | [diff] [blame] | 252 | DRIVER_UnregisterDriver( "WINEPS.DLL" ); |
| 253 | DRIVER_UnregisterDriver( "WINEPS.DRV" ); |
Alexandre Julliard | 0618746 | 2001-01-17 22:03:18 +0000 | [diff] [blame^] | 254 | break; |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 255 | } |
| 256 | |
| 257 | return TRUE; |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 258 | } |
| 259 | |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 260 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 261 | /********************************************************************** |
| 262 | * PSDRV_CreateDC |
| 263 | */ |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 264 | static BOOL PSDRV_CreateDC( DC *dc, LPCSTR driver, LPCSTR device, |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 265 | LPCSTR output, const DEVMODEA* initData ) |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 266 | { |
| 267 | PSDRV_PDEVICE *physDev; |
Noel Borthwick | 86b686f | 1999-06-05 08:52:30 +0000 | [diff] [blame] | 268 | PRINTERINFO *pi; |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 269 | DeviceCaps *devCaps; |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 270 | |
Noel Borthwick | 86b686f | 1999-06-05 08:52:30 +0000 | [diff] [blame] | 271 | /* If no device name was specified, retrieve the device name |
| 272 | * from the DEVMODE structure from the DC's physDev. |
| 273 | * (See CreateCompatibleDC) */ |
| 274 | if ( !device && dc->physDev ) |
| 275 | { |
| 276 | physDev = (PSDRV_PDEVICE *)dc->physDev; |
| 277 | device = physDev->Devmode->dmPublic.dmDeviceName; |
| 278 | } |
| 279 | pi = PSDRV_FindPrinterInfo(device); |
| 280 | |
Alexandre Julliard | 61fece0 | 1999-06-26 19:09:08 +0000 | [diff] [blame] | 281 | TRACE("(%s %s %s %p)\n", driver, device, output, initData); |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 282 | |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 283 | if(!pi) return FALSE; |
| 284 | |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 285 | if(!pi->Fonts) { |
Alexandre Julliard | 61fece0 | 1999-06-26 19:09:08 +0000 | [diff] [blame] | 286 | MESSAGE("To use WINEPS you need to install some AFM files.\n"); |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 287 | return FALSE; |
| 288 | } |
| 289 | |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 290 | physDev = (PSDRV_PDEVICE *)HeapAlloc( PSDRV_Heap, HEAP_ZERO_MEMORY, |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 291 | sizeof(*physDev) ); |
| 292 | if (!physDev) return FALSE; |
| 293 | dc->physDev = physDev; |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 294 | |
| 295 | physDev->pi = pi; |
| 296 | |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 297 | physDev->Devmode = (PSDRV_DEVMODEA *)HeapAlloc( PSDRV_Heap, 0, |
| 298 | sizeof(PSDRV_DEVMODEA) ); |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 299 | if(!physDev->Devmode) { |
| 300 | HeapFree( PSDRV_Heap, 0, physDev ); |
| 301 | return FALSE; |
| 302 | } |
| 303 | |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 304 | memcpy( physDev->Devmode, pi->Devmode, sizeof(PSDRV_DEVMODEA) ); |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 305 | |
| 306 | if(initData) { |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 307 | PSDRV_MergeDevmodes(physDev->Devmode, (PSDRV_DEVMODEA *)initData, pi); |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 308 | } |
| 309 | |
| 310 | |
| 311 | devCaps = HeapAlloc( PSDRV_Heap, 0, sizeof(PSDRV_DevCaps) ); |
| 312 | memcpy(devCaps, &PSDRV_DevCaps, sizeof(PSDRV_DevCaps)); |
| 313 | |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 314 | if(physDev->Devmode->dmPublic.u1.s1.dmOrientation == DMORIENT_PORTRAIT) { |
| 315 | devCaps->horzSize = physDev->Devmode->dmPublic.u1.s1.dmPaperWidth / 10; |
| 316 | devCaps->vertSize = physDev->Devmode->dmPublic.u1.s1.dmPaperLength / 10; |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 317 | } else { |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 318 | devCaps->horzSize = physDev->Devmode->dmPublic.u1.s1.dmPaperLength / 10; |
| 319 | devCaps->vertSize = physDev->Devmode->dmPublic.u1.s1.dmPaperWidth / 10; |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 320 | } |
| 321 | |
| 322 | devCaps->horzRes = physDev->pi->ppd->DefaultResolution * |
| 323 | devCaps->horzSize / 25.4; |
| 324 | devCaps->vertRes = physDev->pi->ppd->DefaultResolution * |
| 325 | devCaps->vertSize / 25.4; |
| 326 | |
| 327 | /* Are aspect[XY] and logPixels[XY] correct? */ |
| 328 | /* Need to handle different res in x and y => fix ppd */ |
| 329 | devCaps->aspectX = devCaps->logPixelsX = |
| 330 | physDev->pi->ppd->DefaultResolution; |
| 331 | devCaps->aspectY = devCaps->logPixelsY = |
| 332 | physDev->pi->ppd->DefaultResolution; |
| 333 | devCaps->aspectXY = (int)hypot( (double)devCaps->aspectX, |
| 334 | (double)devCaps->aspectY ); |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 335 | |
| 336 | if(physDev->pi->ppd->ColorDevice) { |
| 337 | devCaps->bitsPixel = 8; |
| 338 | devCaps->numColors = 256; |
| 339 | /* FIXME are these values OK? */ |
| 340 | } |
| 341 | |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 342 | /* etc */ |
| 343 | |
Alexandre Julliard | 2239abb | 2000-11-05 02:05:07 +0000 | [diff] [blame] | 344 | dc->devCaps = devCaps; |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 345 | |
Alexandre Julliard | 2239abb | 2000-11-05 02:05:07 +0000 | [diff] [blame] | 346 | dc->hVisRgn = CreateRectRgn(0, 0, dc->devCaps->horzRes, |
| 347 | dc->devCaps->vertRes); |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 348 | |
Alexandre Julliard | 2239abb | 2000-11-05 02:05:07 +0000 | [diff] [blame] | 349 | dc->hFont = PSDRV_DefaultFont; |
Huw D M Davies | 91547cb | 1999-07-24 10:11:05 +0000 | [diff] [blame] | 350 | physDev->job.output = output ? |
| 351 | HEAP_strdupA( PSDRV_Heap, 0, output ) : |
| 352 | HEAP_strdupA( PSDRV_Heap, 0, "LPT1:" ); /* HACK */ |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 353 | physDev->job.hJob = 0; |
| 354 | return TRUE; |
| 355 | } |
| 356 | |
| 357 | |
| 358 | /********************************************************************** |
| 359 | * PSDRV_DeleteDC |
| 360 | */ |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 361 | static BOOL PSDRV_DeleteDC( DC *dc ) |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 362 | { |
| 363 | PSDRV_PDEVICE *physDev = (PSDRV_PDEVICE *)dc->physDev; |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 364 | |
Alexandre Julliard | 61fece0 | 1999-06-26 19:09:08 +0000 | [diff] [blame] | 365 | TRACE("\n"); |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 366 | |
| 367 | HeapFree( PSDRV_Heap, 0, physDev->Devmode ); |
| 368 | HeapFree( PSDRV_Heap, 0, physDev->job.output ); |
Alexandre Julliard | 2239abb | 2000-11-05 02:05:07 +0000 | [diff] [blame] | 369 | HeapFree( PSDRV_Heap, 0, (void *)dc->devCaps ); |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 370 | HeapFree( PSDRV_Heap, 0, physDev ); |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 371 | dc->physDev = NULL; |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 372 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 373 | return TRUE; |
| 374 | } |
| 375 | |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 376 | |
| 377 | |
| 378 | |
| 379 | /********************************************************************** |
| 380 | * PSDRV_FindPrinterInfo |
| 381 | */ |
| 382 | PRINTERINFO *PSDRV_FindPrinterInfo(LPCSTR name) |
| 383 | { |
| 384 | static PRINTERINFO *PSDRV_PrinterList; |
| 385 | DWORD type = REG_BINARY, needed, res; |
| 386 | PRINTERINFO *pi = PSDRV_PrinterList, **last = &PSDRV_PrinterList; |
| 387 | FONTNAME *font; |
| 388 | AFM *afm; |
| 389 | |
Alexandre Julliard | 61fece0 | 1999-06-26 19:09:08 +0000 | [diff] [blame] | 390 | TRACE("'%s'\n", name); |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 391 | |
| 392 | for( ; pi; last = &pi->next, pi = pi->next) { |
| 393 | if(!strcmp(pi->FriendlyName, name)) |
| 394 | return pi; |
| 395 | } |
| 396 | |
| 397 | pi = *last = HeapAlloc( PSDRV_Heap, 0, sizeof(*pi) ); |
| 398 | pi->FriendlyName = HEAP_strdupA( PSDRV_Heap, 0, name ); |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 399 | res = DrvGetPrinterData16((LPSTR)name, (LPSTR)INT_PD_DEFAULT_DEVMODE, &type, |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 400 | NULL, 0, &needed ); |
| 401 | |
Huw D M Davies | 450270b | 1999-07-10 11:58:50 +0000 | [diff] [blame] | 402 | if(res == ERROR_INVALID_PRINTER_NAME || needed != sizeof(DefaultDevmode)) { |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 403 | pi->Devmode = HeapAlloc( PSDRV_Heap, 0, sizeof(DefaultDevmode) ); |
| 404 | memcpy(pi->Devmode, &DefaultDevmode, sizeof(DefaultDevmode) ); |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 405 | DrvSetPrinterData16((LPSTR)name, (LPSTR)INT_PD_DEFAULT_DEVMODE, |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 406 | REG_BINARY, (LPBYTE)&DefaultDevmode, sizeof(DefaultDevmode) ); |
| 407 | |
| 408 | /* need to do something here AddPrinter?? */ |
| 409 | } else { |
| 410 | pi->Devmode = HeapAlloc( PSDRV_Heap, 0, needed ); |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 411 | DrvGetPrinterData16((LPSTR)name, (LPSTR)INT_PD_DEFAULT_DEVMODE, &type, |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 412 | (LPBYTE)pi->Devmode, needed, &needed); |
| 413 | } |
| 414 | |
Thuy Nguyen | 4884396 | 1999-07-18 15:25:34 +0000 | [diff] [blame] | 415 | PROFILE_GetWineIniString("psdrv", "ppdfile", "default.ppd", |
| 416 | pi->Devmode->dmDrvPrivate.ppdFileName, 256); |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 417 | pi->ppd = PSDRV_ParsePPD(pi->Devmode->dmDrvPrivate.ppdFileName); |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 418 | if(!pi->ppd) { |
| 419 | HeapFree(PSDRV_Heap, 0, pi->FriendlyName); |
| 420 | HeapFree(PSDRV_Heap, 0, pi->Devmode); |
| 421 | HeapFree(PSDRV_Heap, 0, pi); |
| 422 | *last = NULL; |
Alexandre Julliard | 61fece0 | 1999-06-26 19:09:08 +0000 | [diff] [blame] | 423 | MESSAGE("Couldn't find PPD file '%s', expect a crash now!\n", |
Huw D M Davies | bcad255 | 1998-11-01 13:02:27 +0000 | [diff] [blame] | 424 | pi->Devmode->dmDrvPrivate.ppdFileName); |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 425 | return NULL; |
| 426 | } |
| 427 | |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 428 | pi->next = NULL; |
| 429 | pi->Fonts = NULL; |
| 430 | |
| 431 | for(font = pi->ppd->InstalledFonts; font; font = font->next) { |
| 432 | afm = PSDRV_FindAFMinList(PSDRV_AFMFontList, font->Name); |
| 433 | if(!afm) { |
Alexandre Julliard | 61fece0 | 1999-06-26 19:09:08 +0000 | [diff] [blame] | 434 | MESSAGE( |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 435 | "Couldn't find AFM file for installed printer font '%s' - ignoring\n", |
| 436 | font->Name); |
| 437 | } else { |
| 438 | PSDRV_AddAFMtoList(&pi->Fonts, afm); |
| 439 | } |
| 440 | } |
| 441 | |
| 442 | return pi; |
| 443 | } |