]> git.saurik.com Git - wxWidgets.git/blame - src/generic/dcpsg.cpp
Replaced moved wxVScrolledWindow HitTest methods fixing bug 1841939 (wxVListBox and...
[wxWidgets.git] / src / generic / dcpsg.cpp
CommitLineData
ed880dd4 1/////////////////////////////////////////////////////////////////////////////
389076f1 2// Name: src/generic/dcpsg.cpp
bf38cbff 3// Purpose: Generic wxPostScriptDC implementation
ed880dd4
RR
4// Author: Julian Smart, Robert Roebling, Markus Holzhem
5// Modified by:
6// Created: 04/01/98
7// RCS-ID: $Id$
6aa89a22 8// Copyright: (c) Julian Smart
65571936 9// Licence: wxWindows licence
ed880dd4
RR
10/////////////////////////////////////////////////////////////////////////////
11
9a6be59a
VZ
12#include "wx/wxprec.h"
13
14#ifdef __BORLANDC__
15 #pragma hdrstop
16#endif
17
88a7a4e1 18#if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT
06cfab17 19
88a7a4e1 20#include "wx/generic/dcpsg.h"
ce4169a4 21
88a7a4e1
WS
22#ifndef WX_PRECOMP
23 #include "wx/intl.h"
e4db172a 24 #include "wx/log.h"
de6185e2 25 #include "wx/utils.h"
f38924e8 26 #include "wx/dcmemory.h"
18680f86 27 #include "wx/math.h"
155ecd4c 28 #include "wx/image.h"
f2e1afc9 29 #include "wx/icon.h"
88a7a4e1 30#endif // WX_PRECOMP
06cfab17 31
9a05fd8d 32#include "wx/prntbase.h"
8850cbd3 33#include "wx/generic/prntdlgg.h"
7bcb11d3 34#include "wx/paper.h"
d361e74e 35#include "wx/filefn.h"
d36d1be9 36#include "wx/stdpaths.h"
57c208c5 37
bf38cbff
JS
38#ifdef __WXMSW__
39
40#ifdef DrawText
41#undef DrawText
42#endif
43
44#ifdef StartDoc
45#undef StartDoc
46#endif
47
48#ifdef GetCharWidth
49#undef GetCharWidth
50#endif
51
52#ifdef FindWindow
53#undef FindWindow
54#endif
55
56#endif
57
ed880dd4
RR
58//-----------------------------------------------------------------------------
59// start and end of document/page
60//-----------------------------------------------------------------------------
61
c31c771b
RR
62static const char *wxPostScriptHeaderConicTo = "\
63/conicto {\n\
64 /to_y exch def\n\
65 /to_x exch def\n\
66 /conic_cntrl_y exch def\n\
67 /conic_cntrl_x exch def\n\
68 currentpoint\n\
69 /p0_y exch def\n\
70 /p0_x exch def\n\
71 /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def\n\
72 /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def\n\
73 /p2_x p1_x to_x p0_x sub 1 3 div mul add def\n\
74 /p2_y p1_y to_y p0_y sub 1 3 div mul add def\n\
75 p1_x p1_y p2_x p2_y to_x to_y curveto\n\
76} bind def\n\
c31c771b 77";
a47391f3 78
ed880dd4
RR
79static const char *wxPostScriptHeaderEllipse = "\
80/ellipsedict 8 dict def\n\
81ellipsedict /mtrx matrix put\n\
82/ellipse {\n\
9a6be59a
VZ
83 ellipsedict begin\n\
84 /endangle exch def\n\
85 /startangle exch def\n\
86 /yrad exch def\n\
87 /xrad exch def\n\
88 /y exch def\n\
89 /x exch def\n\
90 /savematrix mtrx currentmatrix def\n\
91 x y translate\n\
92 xrad yrad scale\n\
93 0 0 1 startangle endangle arc\n\
94 savematrix setmatrix\n\
95 end\n\
96 } def\n\
ed880dd4
RR
97";
98
99static const char *wxPostScriptHeaderEllipticArc= "\
100/ellipticarcdict 8 dict def\n\
101ellipticarcdict /mtrx matrix put\n\
102/ellipticarc\n\
103{ ellipticarcdict begin\n\
104 /do_fill exch def\n\
105 /endangle exch def\n\
106 /startangle exch def\n\
107 /yrad exch def\n\
108 /xrad exch def \n\
109 /y exch def\n\
110 /x exch def\n\
111 /savematrix mtrx currentmatrix def\n\
112 x y translate\n\
113 xrad yrad scale\n\
114 do_fill { 0 0 moveto } if\n\
115 0 0 1 startangle endangle arc\n\
116 savematrix setmatrix\n\
117 do_fill { fill }{ stroke } ifelse\n\
118 end\n\
119} def\n";
120
121static const char *wxPostScriptHeaderSpline = "\
122/DrawSplineSection {\n\
9a6be59a
VZ
123 /y3 exch def\n\
124 /x3 exch def\n\
125 /y2 exch def\n\
126 /x2 exch def\n\
127 /y1 exch def\n\
128 /x1 exch def\n\
129 /xa x1 x2 x1 sub 0.666667 mul add def\n\
130 /ya y1 y2 y1 sub 0.666667 mul add def\n\
131 /xb x3 x2 x3 sub 0.666667 mul add def\n\
132 /yb y3 y2 y3 sub 0.666667 mul add def\n\
133 x1 y1 lineto\n\
134 xa ya xb yb x3 y3 curveto\n\
135 } def\n\
ed880dd4
RR
136";
137
138static const char *wxPostScriptHeaderColourImage = "\
244e5e34
VZ
139% define 'colorimage' if it isn't defined\n\
140% ('colortogray' and 'mergeprocs' come from xwd2ps\n\
141% via xgrab)\n\
142/colorimage where % do we know about 'colorimage'?\n\
143 { pop } % yes: pop off the 'dict' returned\n\
144 { % no: define one\n\
145 /colortogray { % define an RGB->I function\n\
146 /rgbdata exch store % call input 'rgbdata'\n\
ed880dd4
RR
147 rgbdata length 3 idiv\n\
148 /npixls exch store\n\
149 /rgbindx 0 store\n\
150 0 1 npixls 1 sub {\n\
151 grays exch\n\
244e5e34
VZ
152 rgbdata rgbindx get 20 mul % Red\n\
153 rgbdata rgbindx 1 add get 32 mul % Green\n\
154 rgbdata rgbindx 2 add get 12 mul % Blue\n\
155 add add 64 idiv % I = .5G + .31R + .18B\n\
ed880dd4
RR
156 put\n\
157 /rgbindx rgbindx 3 add store\n\
158 } for\n\
159 grays 0 npixls getinterval\n\
160 } bind def\n\
161\n\
244e5e34
VZ
162 % Utility procedure for colorimage operator.\n\
163 % This procedure takes two procedures off the\n\
164 % stack and merges them into a single procedure.\n\
ed880dd4 165\n\
244e5e34 166 /mergeprocs { % def\n\
ed880dd4
RR
167 dup length\n\
168 3 -1 roll\n\
169 dup\n\
170 length\n\
171 dup\n\
172 5 1 roll\n\
173 3 -1 roll\n\
174 add\n\
175 array cvx\n\
176 dup\n\
177 3 -1 roll\n\
178 0 exch\n\
179 putinterval\n\
180 dup\n\
181 4 2 roll\n\
182 putinterval\n\
183 } bind def\n\
184\n\
244e5e34
VZ
185 /colorimage { % def\n\
186 pop pop % remove 'false 3' operands\n\
ed880dd4
RR
187 {colortogray} mergeprocs\n\
188 image\n\
189 } bind def\n\
244e5e34 190 } ifelse % end of 'false' case\n\
ed880dd4
RR
191";
192
193static char wxPostScriptHeaderReencodeISO1[] =
194 "\n/reencodeISO {\n"
195"dup dup findfont dup length dict begin\n"
196"{ 1 index /FID ne { def }{ pop pop } ifelse } forall\n"
197"/Encoding ISOLatin1Encoding def\n"
198"currentdict end definefont\n"
199"} def\n"
200"/ISOLatin1Encoding [\n"
201"/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef\n"
202"/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef\n"
203"/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef\n"
204"/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef\n"
205"/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright\n"
206"/parenleft/parenright/asterisk/plus/comma/minus/period/slash\n"
207"/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon\n"
208"/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N\n"
209"/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright\n"
210"/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m\n"
211"/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde\n"
212"/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef\n"
213"/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef\n"
214"/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve\n"
215"/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut\n";
216
217static char wxPostScriptHeaderReencodeISO2[] =
218"/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar\n"
219"/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot\n"
220"/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior\n"
221"/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine\n"
222"/guillemotright/onequarter/onehalf/threequarters/questiondown\n"
223"/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla\n"
224"/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex\n"
225"/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis\n"
226"/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute\n"
227"/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis\n"
228"/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave\n"
229"/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex\n"
230"/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis\n"
231"/yacute/thorn/ydieresis\n"
232 "] def\n\n";
233
ed880dd4
RR
234//-------------------------------------------------------------------------------
235// wxPostScriptDC
236//-------------------------------------------------------------------------------
237
4f37154e 238
4f37154e
RR
239IMPLEMENT_DYNAMIC_CLASS(wxPostScriptDC, wxDC)
240
241wxPostScriptDC::wxPostScriptDC()
b1f0e54a 242 : wxDC(new wxPostScriptDCImpl(this))
4f37154e 243{
4f37154e
RR
244}
245
246wxPostScriptDC::wxPostScriptDC(const wxPrintData& printData)
b1f0e54a 247 : wxDC(new wxPostScriptDCImpl(this, printData))
4f37154e 248{
4f37154e
RR
249}
250
eb7637b5
RR
251// conversion
252static const double RAD2DEG = 180.0 / M_PI;
253
254// we don't want to use only 72 dpi from PS print
255static const int DPI = 600;
256static const double PS2DEV = 600.0 / 72.0;
257static const double DEV2PS = 72.0 / 600.0;
258
259#define XLOG2DEV(x) ((double)(LogicalToDeviceX(x)) * DEV2PS)
260#define XLOG2DEVREL(x) ((double)(LogicalToDeviceXRel(x)) * DEV2PS)
261#define YLOG2DEV(x) ((m_pageHeight - (double)LogicalToDeviceY(x)) * DEV2PS)
262#define YLOG2DEVREL(x) ((double)(LogicalToDeviceYRel(x)) * DEV2PS)
263
4f37154e 264
888dde65 265IMPLEMENT_ABSTRACT_CLASS(wxPostScriptDCImpl, wxDCImpl)
eba33006 266
eb7637b5 267//-------------------------------------------------------------------------------
b64de916 268
888dde65
RR
269wxPostScriptDCImpl::wxPostScriptDCImpl( wxPostScriptDC *owner ) :
270 wxDCImpl( owner )
b64de916 271{
4f37154e 272 Init();
b64de916 273
4f37154e 274 m_pageHeight = 842 * PS2DEV;
b1f0e54a 275
4f37154e 276 m_ok = true;
b64de916 277}
48c31b28 278
888dde65
RR
279wxPostScriptDCImpl::wxPostScriptDCImpl( wxPostScriptDC *owner, const wxPrintData& data ) :
280 wxDCImpl( owner )
ed880dd4 281{
4f37154e 282 Init();
b1f0e54a 283
4f37154e
RR
284 // this calculates m_pageHeight required for
285 // taking the inverted Y axis into account
286 SetPrintData( data );
afce4c03 287
4f37154e
RR
288 m_ok = true;
289}
afce4c03 290
afce4c03 291
888dde65
RR
292wxPostScriptDCImpl::wxPostScriptDCImpl( wxPrinterDC *owner ) :
293 wxDCImpl( owner )
4f37154e
RR
294{
295 Init();
ed880dd4 296
eb7637b5 297 m_pageHeight = 842 * PS2DEV;
b1f0e54a 298
4f37154e
RR
299 m_ok = true;
300}
301
888dde65
RR
302wxPostScriptDCImpl::wxPostScriptDCImpl( wxPrinterDC *owner, const wxPrintData& data ) :
303 wxDCImpl( owner )
4f37154e
RR
304{
305 Init();
b1f0e54a 306
4f37154e
RR
307 // this calculates m_pageHeight required for
308 // taking the inverted Y axis into account
309 SetPrintData( data );
310
311 m_ok = true;
ed880dd4
RR
312}
313
888dde65 314void wxPostScriptDCImpl::Init()
7bcb11d3 315{
d7657f75 316 m_pstream = (FILE*) NULL;
7bcb11d3
JS
317
318 m_currentRed = 0;
319 m_currentGreen = 0;
320 m_currentBlue = 0;
321
322 m_pageNumber = 0;
323
ca65c044 324 m_clipping = false;
7bcb11d3
JS
325
326 m_underlinePosition = 0.0;
327 m_underlineThickness = 0.0;
328
7bcb11d3
JS
329}
330
888dde65 331wxPostScriptDCImpl::~wxPostScriptDCImpl ()
ed880dd4 332{
d7657f75
RR
333 if (m_pstream)
334 {
335 fclose( m_pstream );
72cdf4c9 336 m_pstream = (FILE*) NULL;
d7657f75 337 }
ed880dd4
RR
338}
339
888dde65 340bool wxPostScriptDCImpl::IsOk() const
4bc67cc5 341{
ef539066 342 return m_ok;
4bc67cc5 343}
afce4c03 344
888dde65 345wxRect wxPostScriptDCImpl::GetPaperRect()
4f37154e
RR
346{
347 int w = 0;
348 int h = 0;
349 DoGetSize( &w, &h );
350 return wxRect(0,0,w,h);
351}
352
888dde65 353int wxPostScriptDCImpl::GetResolution()
4f37154e
RR
354{
355 return DPI;
356}
357
888dde65 358void wxPostScriptDCImpl::DoSetClippingRegion (wxCoord x, wxCoord y, wxCoord w, wxCoord h)
ed880dd4 359{
846051ec 360 wxCHECK_RET( m_ok , wxT("invalid postscript dc") );
afce4c03 361
4f37154e
RR
362 if (m_clipping)
363 DestroyClippingRegion();
ed880dd4 364
4f37154e
RR
365 m_clipX1 = x;
366 m_clipY1 = y;
367 m_clipX2 = x + w;
368 m_clipY2 = y + h;
afce4c03 369
ca65c044 370 m_clipping = true;
846051ec 371
eb7637b5
RR
372 wxString buffer;
373 buffer.Printf( "gsave\n"
374 "newpath\n"
375 "%f %f moveto\n"
376 "%f %f lineto\n"
377 "%f %f lineto\n"
378 "%f %f lineto\n"
379 "closepath clip newpath\n",
380 XLOG2DEV(x), YLOG2DEV(y),
381 XLOG2DEV(x+w), YLOG2DEV(y),
382 XLOG2DEV(x+w), YLOG2DEV(y+h),
383 XLOG2DEV(x), YLOG2DEV(y+h) );
384 buffer.Replace( ",", "." );
385 PsPrint( buffer );
ed880dd4
RR
386}
387
ed880dd4 388
888dde65 389void wxPostScriptDCImpl::DestroyClippingRegion()
ed880dd4 390{
846051ec 391 wxCHECK_RET( m_ok , wxT("invalid postscript dc") );
afce4c03 392
ed880dd4
RR
393 if (m_clipping)
394 {
ca65c044 395 m_clipping = false;
244e5e34 396 PsPrint( "grestore\n" );
ed880dd4 397 }
004fd0c8 398
888dde65 399 wxDCImpl::DestroyClippingRegion();
ed880dd4
RR
400}
401
888dde65 402void wxPostScriptDCImpl::Clear()
ed880dd4 403{
f632aa1e
JS
404 // This should fail silently to avoid unnecessary
405 // asserts
888dde65 406 // wxFAIL_MSG( wxT("wxPostScriptDCImpl::Clear not implemented.") );
ed880dd4
RR
407}
408
888dde65 409bool wxPostScriptDCImpl::DoFloodFill (wxCoord WXUNUSED(x), wxCoord WXUNUSED(y), const wxColour &WXUNUSED(col), int WXUNUSED(style))
ed880dd4 410{
888dde65 411 wxFAIL_MSG( wxT("wxPostScriptDCImpl::FloodFill not implemented.") );
ca65c044 412 return false;
ed880dd4
RR
413}
414
888dde65 415bool wxPostScriptDCImpl::DoGetPixel (wxCoord WXUNUSED(x), wxCoord WXUNUSED(y), wxColour * WXUNUSED(col)) const
ed880dd4 416{
888dde65 417 wxFAIL_MSG( wxT("wxPostScriptDCImpl::GetPixel not implemented.") );
ca65c044 418 return false;
ed880dd4
RR
419}
420
888dde65 421void wxPostScriptDCImpl::DoCrossHair (wxCoord WXUNUSED(x), wxCoord WXUNUSED(y))
ed880dd4 422{
888dde65 423 wxFAIL_MSG( wxT("wxPostScriptDCImpl::CrossHair not implemented.") );
ed880dd4
RR
424}
425
888dde65 426void wxPostScriptDCImpl::DoDrawLine (wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2)
ed880dd4 427{
846051ec 428 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 429
ed880dd4 430 if (m_pen.GetStyle() == wxTRANSPARENT) return;
afce4c03 431
ed880dd4 432 SetPen( m_pen );
afce4c03 433
eb7637b5
RR
434 wxString buffer;
435 buffer.Printf( "newpath\n"
436 "%f %f moveto\n"
437 "%f %f lineto\n"
438 "stroke\n",
439 XLOG2DEV(x1), YLOG2DEV(y1),
440 XLOG2DEV(x2), YLOG2DEV(y2) );
441 buffer.Replace( ",", "." );
442 PsPrint( buffer );
afce4c03 443
ed880dd4
RR
444 CalcBoundingBox( x1, y1 );
445 CalcBoundingBox( x2, y2 );
446}
447
888dde65 448void wxPostScriptDCImpl::DoDrawArc (wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2, wxCoord xc, wxCoord yc)
ed880dd4 449{
846051ec 450 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 451
72cdf4c9
VZ
452 wxCoord dx = x1 - xc;
453 wxCoord dy = y1 - yc;
eb7637b5 454 double radius = sqrt( (double)(dx*dx+dy*dy) );
ed880dd4
RR
455 double alpha1, alpha2;
456
afce4c03 457 if (x1 == x2 && y1 == y2)
ed880dd4 458 {
d7657f75
RR
459 alpha1 = 0.0;
460 alpha2 = 360.0;
72cdf4c9 461 }
c77a6796 462 else if ( wxIsNullDouble(radius) )
ed880dd4 463 {
c77a6796
VZ
464 alpha1 =
465 alpha2 = 0.0;
72cdf4c9 466 }
d7657f75 467 else
ed880dd4 468 {
d7657f75
RR
469 alpha1 = (x1 - xc == 0) ?
470 (y1 - yc < 0) ? 90.0 : -90.0 :
471 -atan2(double(y1-yc), double(x1-xc)) * RAD2DEG;
472 alpha2 = (x2 - xc == 0) ?
473 (y2 - yc < 0) ? 90.0 : -90.0 :
474 -atan2(double(y2-yc), double(x2-xc)) * RAD2DEG;
ed880dd4
RR
475 }
476 while (alpha1 <= 0) alpha1 += 360;
477 while (alpha2 <= 0) alpha2 += 360; // adjust angles to be between
478 while (alpha1 > 360) alpha1 -= 360; // 0 and 360 degree
479 while (alpha2 > 360) alpha2 -= 360;
480
eb7637b5
RR
481 int i_radius = wxRound( radius );
482
afce4c03 483 if (m_brush.GetStyle() != wxTRANSPARENT)
ed880dd4 484 {
d7657f75 485 SetBrush( m_brush );
72cdf4c9 486
eb7637b5
RR
487 wxString buffer;
488 buffer.Printf( "newpath\n"
489 "%f %f %f %f %f %f ellipse\n"
490 "%f %f lineto\n"
491 "closepath\n"
492 "fill\n",
84ef8365
VZ
493 XLOG2DEV(xc), YLOG2DEV(yc),
494 XLOG2DEVREL(i_radius), YLOG2DEVREL(i_radius),
eb7637b5
RR
495 alpha1, alpha2,
496 XLOG2DEV(xc), YLOG2DEV(yc) );
497 buffer.Replace( ",", "." );
498 PsPrint( buffer );
d7657f75 499
eb7637b5
RR
500 CalcBoundingBox( xc-i_radius, yc-i_radius );
501 CalcBoundingBox( xc+i_radius, yc+i_radius );
ed880dd4 502 }
afce4c03
VZ
503
504 if (m_pen.GetStyle() != wxTRANSPARENT)
ed880dd4 505 {
d7657f75 506 SetPen( m_pen );
84ef8365 507
eb7637b5
RR
508 wxString buffer;
509 buffer.Printf( "newpath\n"
510 "%f %f %f %f %f %f ellipse\n"
511 "%f %f lineto\n"
ed838581
RR
512 "closepath\n"
513 "stroke\n",
84ef8365
VZ
514 XLOG2DEV(xc), YLOG2DEV(yc),
515 XLOG2DEVREL(i_radius), YLOG2DEVREL(i_radius),
eb7637b5
RR
516 alpha1, alpha2,
517 XLOG2DEV(xc), YLOG2DEV(yc) );
518 buffer.Replace( ",", "." );
519 PsPrint( buffer );
72cdf4c9 520
eb7637b5
RR
521 CalcBoundingBox( xc-i_radius, yc-i_radius );
522 CalcBoundingBox( xc+i_radius, yc+i_radius );
ed880dd4 523 }
ed880dd4
RR
524}
525
888dde65 526void wxPostScriptDCImpl::DoDrawEllipticArc(wxCoord x,wxCoord y,wxCoord w,wxCoord h,double sa,double ea)
ed880dd4 527{
846051ec 528 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 529
c77a6796
VZ
530 if ( sa >= 360 || sa <= -360 )
531 sa -= int(sa/360)*360;
532 if ( ea >= 360 || ea <=- 360 )
533 ea -= int(ea/360)*360;
534 if ( sa < 0 )
535 sa += 360;
536 if ( ea < 0 )
537 ea += 360;
afce4c03 538
c77a6796 539 if ( wxIsSameDouble(sa, ea) )
ed880dd4 540 {
4f37154e 541 DoDrawEllipse(x,y,w,h);
ed880dd4
RR
542 return;
543 }
544
545 if (m_brush.GetStyle () != wxTRANSPARENT)
546 {
547 SetBrush( m_brush );
72cdf4c9 548
eb7637b5
RR
549 wxString buffer;
550 buffer.Printf( "newpath\n"
551 "%f %f %f %f %f %f true ellipticarc\n",
552 XLOG2DEV(x+w/2), YLOG2DEV(y+h/2),
553 XLOG2DEVREL(w/2), YLOG2DEVREL(h/2),
554 sa, ea );
555 buffer.Replace( ",", "." );
556 PsPrint( buffer );
72cdf4c9 557
ed880dd4
RR
558 CalcBoundingBox( x ,y );
559 CalcBoundingBox( x+w, y+h );
72cdf4c9
VZ
560 }
561
ed880dd4
RR
562 if (m_pen.GetStyle () != wxTRANSPARENT)
563 {
564 SetPen( m_pen );
565
eb7637b5
RR
566 wxString buffer;
567 buffer.Printf( "newpath\n"
568 "%f %f %f %f %f %f false ellipticarc\n",
569 XLOG2DEV(x+w/2), YLOG2DEV(y+h/2),
570 XLOG2DEVREL(w/2), YLOG2DEVREL(h/2),
ed838581 571 sa, ea );
eb7637b5
RR
572 buffer.Replace( ",", "." );
573 PsPrint( buffer );
72cdf4c9 574
d7657f75 575 CalcBoundingBox( x ,y );
ed880dd4
RR
576 CalcBoundingBox( x+w, y+h );
577 }
578}
579
888dde65 580void wxPostScriptDCImpl::DoDrawPoint (wxCoord x, wxCoord y)
ed880dd4 581{
846051ec 582 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 583
ed880dd4 584 if (m_pen.GetStyle() == wxTRANSPARENT) return;
afce4c03 585
ed880dd4 586 SetPen (m_pen);
afce4c03 587
eb7637b5
RR
588 wxString buffer;
589 buffer.Printf( "newpath\n"
590 "%f %f moveto\n"
591 "%f %f lineto\n"
592 "stroke\n",
593 XLOG2DEV(x), YLOG2DEV(y),
594 XLOG2DEV(x+1), YLOG2DEV(y) );
595 buffer.Replace( ",", "." );
596 PsPrint( buffer );
afce4c03 597
ed880dd4
RR
598 CalcBoundingBox( x, y );
599}
600
888dde65 601void wxPostScriptDCImpl::DoDrawPolygon (int n, wxPoint points[], wxCoord xoffset, wxCoord yoffset, int fillStyle)
ed880dd4 602{
846051ec 603 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 604
ed880dd4 605 if (n <= 0) return;
afce4c03 606
ed880dd4
RR
607 if (m_brush.GetStyle () != wxTRANSPARENT)
608 {
d7657f75
RR
609 SetBrush( m_brush );
610
244e5e34 611 PsPrint( "newpath\n" );
afce4c03 612
eb7637b5
RR
613 double xx = XLOG2DEV(points[0].x + xoffset);
614 double yy = YLOG2DEV(points[0].y + yoffset);
72cdf4c9 615
eb7637b5
RR
616 wxString buffer;
617 buffer.Printf( "%f %f moveto\n", xx, yy );
618 buffer.Replace( ",", "." );
619 PsPrint( buffer );
72cdf4c9 620
d7657f75 621 CalcBoundingBox( points[0].x + xoffset, points[0].y + yoffset );
ed880dd4 622
d7657f75
RR
623 for (int i = 1; i < n; i++)
624 {
eb7637b5
RR
625 xx = XLOG2DEV(points[i].x + xoffset);
626 yy = YLOG2DEV(points[i].y + yoffset);
72cdf4c9 627
eb7637b5
RR
628 buffer.Printf( "%f %f lineto\n", xx, yy );
629 buffer.Replace( ",", "." );
630 PsPrint( buffer );
ed880dd4 631
d7657f75
RR
632 CalcBoundingBox( points[i].x + xoffset, points[i].y + yoffset);
633 }
72cdf4c9 634
244e5e34 635 PsPrint( (fillStyle == wxODDEVEN_RULE ? "eofill\n" : "fill\n") );
ed880dd4
RR
636 }
637
638 if (m_pen.GetStyle () != wxTRANSPARENT)
639 {
d7657f75 640 SetPen( m_pen );
72cdf4c9 641
244e5e34 642 PsPrint( "newpath\n" );
ed880dd4 643
eb7637b5
RR
644 double xx = XLOG2DEV(points[0].x + xoffset);
645 double yy = YLOG2DEV(points[0].y + yoffset);
72cdf4c9 646
eb7637b5
RR
647 wxString buffer;
648 buffer.Printf( "%f %f moveto\n", xx, yy );
649 buffer.Replace( ",", "." );
650 PsPrint( buffer );
72cdf4c9 651
d7657f75 652 CalcBoundingBox( points[0].x + xoffset, points[0].y + yoffset );
ed880dd4 653
d7657f75
RR
654 for (int i = 1; i < n; i++)
655 {
eb7637b5
RR
656 xx = XLOG2DEV(points[i].x + xoffset);
657 yy = YLOG2DEV(points[i].y + yoffset);
72cdf4c9 658
eb7637b5
RR
659 buffer.Printf( "%f %f lineto\n", xx, yy );
660 buffer.Replace( ",", "." );
661 PsPrint( buffer );
72cdf4c9 662
d7657f75
RR
663 CalcBoundingBox( points[i].x + xoffset, points[i].y + yoffset);
664 }
ed880dd4 665
244e5e34
VZ
666 PsPrint( "closepath\n" );
667 PsPrint( "stroke\n" );
ed880dd4
RR
668 }
669}
670
888dde65 671void wxPostScriptDCImpl::DoDrawPolyPolygon (int n, int count[], wxPoint points[], wxCoord xoffset, wxCoord yoffset, int fillStyle)
6e76b35d 672{
244e5e34 673 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
6e76b35d
VZ
674
675 if (n <= 0) return;
676
677 if (m_brush.GetStyle () != wxTRANSPARENT)
678 {
679 SetBrush( m_brush );
680
244e5e34 681 PsPrint( "newpath\n" );
6e76b35d
VZ
682
683 int ofs = 0;
793db755 684 for (int i = 0; i < n; ofs += count[i++])
6e76b35d 685 {
eb7637b5
RR
686 double xx = XLOG2DEV(points[ofs].x + xoffset);
687 double yy = YLOG2DEV(points[ofs].y + yoffset);
6e76b35d 688
eb7637b5
RR
689 wxString buffer;
690 buffer.Printf( "%f %f moveto\n", xx, yy );
691 buffer.Replace( ",", "." );
692 PsPrint( buffer );
6e76b35d
VZ
693
694 CalcBoundingBox( points[ofs].x + xoffset, points[ofs].y + yoffset );
695
793db755 696 for (int j = 1; j < count[i]; j++)
6e76b35d 697 {
eb7637b5
RR
698 xx = XLOG2DEV(points[ofs+j].x + xoffset);
699 yy = YLOG2DEV(points[ofs+j].y + yoffset);
6e76b35d 700
eb7637b5
RR
701 buffer.Printf( "%f %f lineto\n", xx, yy );
702 buffer.Replace( ",", "." );
703 PsPrint( buffer );
6e76b35d
VZ
704
705 CalcBoundingBox( points[ofs+j].x + xoffset, points[ofs+j].y + yoffset);
706 }
707 }
244e5e34 708 PsPrint( (fillStyle == wxODDEVEN_RULE ? "eofill\n" : "fill\n") );
6e76b35d
VZ
709 }
710
711 if (m_pen.GetStyle () != wxTRANSPARENT)
712 {
713 SetPen( m_pen );
714
244e5e34 715 PsPrint( "newpath\n" );
6e76b35d
VZ
716
717 int ofs = 0;
793db755 718 for (int i = 0; i < n; ofs += count[i++])
6e76b35d 719 {
eb7637b5
RR
720 double xx = XLOG2DEV(points[ofs].x + xoffset);
721 double yy = YLOG2DEV(points[ofs].y + yoffset);
6e76b35d 722
eb7637b5
RR
723 wxString buffer;
724 buffer.Printf( "%f %f moveto\n", xx, yy );
725 buffer.Replace( ",", "." );
726 PsPrint( buffer );
6e76b35d
VZ
727
728 CalcBoundingBox( points[ofs].x + xoffset, points[ofs].y + yoffset );
729
793db755 730 for (int j = 1; j < count[i]; j++)
6e76b35d 731 {
eb7637b5
RR
732 xx = XLOG2DEV(points[ofs+j].x + xoffset);
733 yy = YLOG2DEV(points[ofs+j].y + yoffset);
6e76b35d 734
eb7637b5
RR
735 buffer.Printf( "%f %f lineto\n", xx, yy );
736 buffer.Replace( ",", "." );
737 PsPrint( buffer );
6e76b35d
VZ
738
739 CalcBoundingBox( points[ofs+j].x + xoffset, points[ofs+j].y + yoffset);
740 }
741 }
244e5e34
VZ
742 PsPrint( "closepath\n" );
743 PsPrint( "stroke\n" );
6e76b35d
VZ
744 }
745}
746
888dde65 747void wxPostScriptDCImpl::DoDrawLines (int n, wxPoint points[], wxCoord xoffset, wxCoord yoffset)
ed880dd4 748{
846051ec 749 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 750
d7657f75 751 if (m_pen.GetStyle() == wxTRANSPARENT) return;
72cdf4c9 752
d7657f75 753 if (n <= 0) return;
afce4c03 754
ed880dd4 755 SetPen (m_pen);
afce4c03 756
9a6be59a
VZ
757 int i;
758 for ( i =0; i<n ; i++ )
eb7637b5
RR
759 CalcBoundingBox( points[i].x+xoffset, points[i].y+yoffset );
760
761 wxString buffer;
762 buffer.Printf( "newpath\n"
763 "%f %f moveto\n",
764 XLOG2DEV(points[0].x+xoffset),
765 YLOG2DEV(points[0].y+yoffset) );
766 buffer.Replace( ",", "." );
767 PsPrint( buffer );
84ef8365 768
244e5e34 769 for (i = 1; i < n; i++)
846051ec 770 {
eb7637b5
RR
771 buffer.Printf( "%f %f lineto\n",
772 XLOG2DEV(points[i].x+xoffset),
773 YLOG2DEV(points[i].y+yoffset) );
774 buffer.Replace( ",", "." );
775 PsPrint( buffer );
ed880dd4 776 }
ca65c044 777
244e5e34 778 PsPrint( "stroke\n" );
ed880dd4
RR
779}
780
888dde65 781void wxPostScriptDCImpl::DoDrawRectangle (wxCoord x, wxCoord y, wxCoord width, wxCoord height)
ed880dd4 782{
846051ec 783 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
84ef8365 784
728ddc45
RR
785 width--;
786 height--;
afce4c03 787
ed880dd4
RR
788 if (m_brush.GetStyle () != wxTRANSPARENT)
789 {
790 SetBrush( m_brush );
72cdf4c9 791
eb7637b5
RR
792 wxString buffer;
793 buffer.Printf( "newpath\n"
794 "%f %f moveto\n"
795 "%f %f lineto\n"
796 "%f %f lineto\n"
797 "%f %f lineto\n"
798 "closepath\n"
799 "fill\n",
800 XLOG2DEV(x), YLOG2DEV(y),
801 XLOG2DEV(x + width), YLOG2DEV(y),
802 XLOG2DEV(x + width), YLOG2DEV(y + height),
803 XLOG2DEV(x), YLOG2DEV(y + height) );
804 buffer.Replace( ",", "." );
805 PsPrint( buffer );
ed880dd4
RR
806
807 CalcBoundingBox( x, y );
808 CalcBoundingBox( x + width, y + height );
809 }
afce4c03 810
ed880dd4
RR
811 if (m_pen.GetStyle () != wxTRANSPARENT)
812 {
813 SetPen (m_pen);
814
eb7637b5
RR
815 wxString buffer;
816 buffer.Printf( "newpath\n"
817 "%f %f moveto\n"
818 "%f %f lineto\n"
819 "%f %f lineto\n"
820 "%f %f lineto\n"
821 "closepath\n"
822 "stroke\n",
823 XLOG2DEV(x), YLOG2DEV(y),
824 XLOG2DEV(x + width), YLOG2DEV(y),
825 XLOG2DEV(x + width), YLOG2DEV(y + height),
826 XLOG2DEV(x), YLOG2DEV(y + height) );
827 buffer.Replace( ",", "." );
828 PsPrint( buffer );
72cdf4c9 829
ed880dd4
RR
830 CalcBoundingBox( x, y );
831 CalcBoundingBox( x + width, y + height );
832 }
833}
834
888dde65 835void wxPostScriptDCImpl::DoDrawRoundedRectangle (wxCoord x, wxCoord y, wxCoord width, wxCoord height, double radius)
ed880dd4 836{
846051ec 837 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 838
728ddc45
RR
839 width--;
840 height--;
841
ed880dd4
RR
842 if (radius < 0.0)
843 {
844 // Now, a negative radius is interpreted to mean
845 // 'the proportion of the smallest X or Y dimension'
999836aa 846 double smallest = width < height ? width : height;
ed880dd4
RR
847 radius = (-radius * smallest);
848 }
afce4c03 849
72cdf4c9 850 wxCoord rad = (wxCoord) radius;
ed880dd4
RR
851
852 if (m_brush.GetStyle () != wxTRANSPARENT)
853 {
854 SetBrush( m_brush );
afce4c03 855
d7657f75 856 /* Draw rectangle anticlockwise */
eb7637b5
RR
857 wxString buffer;
858 buffer.Printf( "newpath\n"
859 "%f %f %f 90 180 arc\n"
860 "%f %f lineto\n"
861 "%f %f %f 180 270 arc\n"
862 "%f %f lineto\n"
863 "%f %f %f 270 0 arc\n"
864 "%f %f lineto\n"
865 "%f %f %f 0 90 arc\n"
866 "%f %f lineto\n"
867 "closepath\n"
868 "fill\n",
869 XLOG2DEV(x + rad), YLOG2DEV(y + rad), XLOG2DEVREL(rad),
870 XLOG2DEV(x), YLOG2DEV(y + height - rad),
871 XLOG2DEV(x + rad), YLOG2DEV(y + height - rad), XLOG2DEVREL(rad),
872 XLOG2DEV(x + width - rad), YLOG2DEV(y + height),
873 XLOG2DEV(x + width - rad), YLOG2DEV(y + height - rad), XLOG2DEVREL(rad),
874 XLOG2DEV(x + width), YLOG2DEV(y + rad),
875 XLOG2DEV(x + width - rad), YLOG2DEV(y + rad), XLOG2DEVREL(rad),
876 XLOG2DEV(x + rad), YLOG2DEV(y) );
877 buffer.Replace( ",", "." );
878 PsPrint( buffer );
ed880dd4
RR
879
880 CalcBoundingBox( x, y );
881 CalcBoundingBox( x + width, y + height );
882 }
afce4c03 883
ed880dd4
RR
884 if (m_pen.GetStyle () != wxTRANSPARENT)
885 {
886 SetPen (m_pen);
afce4c03 887
d7657f75 888 /* Draw rectangle anticlockwise */
eb7637b5
RR
889 wxString buffer;
890 buffer.Printf( "newpath\n"
891 "%f %f %f 90 180 arc\n"
892 "%f %f lineto\n"
893 "%f %f %f 180 270 arc\n"
894 "%f %f lineto\n"
895 "%f %f %f 270 0 arc\n"
896 "%f %f lineto\n"
897 "%f %f %f 0 90 arc\n"
898 "%f %f lineto\n"
899 "closepath\n"
900 "stroke\n",
901 XLOG2DEV(x + rad), YLOG2DEV(y + rad), XLOG2DEVREL(rad),
902 XLOG2DEV(x), YLOG2DEV(y + height - rad),
903 XLOG2DEV(x + rad), YLOG2DEV(y + height - rad), XLOG2DEVREL(rad),
904 XLOG2DEV(x + width - rad), YLOG2DEV(y + height),
905 XLOG2DEV(x + width - rad), YLOG2DEV(y + height - rad), XLOG2DEVREL(rad),
906 XLOG2DEV(x + width), YLOG2DEV(y + rad),
907 XLOG2DEV(x + width - rad), YLOG2DEV(y + rad), XLOG2DEVREL(rad),
908 XLOG2DEV(x + rad), YLOG2DEV(y) );
909 buffer.Replace( ",", "." );
910 PsPrint( buffer );
ed880dd4
RR
911
912 CalcBoundingBox( x, y );
913 CalcBoundingBox( x + width, y + height );
914 }
915}
916
888dde65 917void wxPostScriptDCImpl::DoDrawEllipse (wxCoord x, wxCoord y, wxCoord width, wxCoord height)
ed880dd4 918{
846051ec 919 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 920
728ddc45
RR
921 width--;
922 height--;
923
ed880dd4
RR
924 if (m_brush.GetStyle () != wxTRANSPARENT)
925 {
926 SetBrush (m_brush);
927
eb7637b5
RR
928 wxString buffer;
929 buffer.Printf( "newpath\n"
930 "%f %f %f %f 0 360 ellipse\n"
931 "fill\n",
932 XLOG2DEV(x + width / 2), YLOG2DEV(y + height / 2),
933 XLOG2DEVREL(width / 2), YLOG2DEVREL(height / 2) );
934 buffer.Replace( ",", "." );
935 PsPrint( buffer );
ed880dd4
RR
936
937 CalcBoundingBox( x - width, y - height );
938 CalcBoundingBox( x + width, y + height );
939 }
afce4c03 940
d7657f75 941 if (m_pen.GetStyle () != wxTRANSPARENT)
ed880dd4
RR
942 {
943 SetPen (m_pen);
944
eb7637b5
RR
945 wxString buffer;
946 buffer.Printf( "newpath\n"
947 "%f %f %f %f 0 360 ellipse\n"
948 "stroke\n",
949 XLOG2DEV(x + width / 2), YLOG2DEV(y + height / 2),
950 XLOG2DEVREL(width / 2), YLOG2DEVREL(height / 2) );
951 buffer.Replace( ",", "." );
952 PsPrint( buffer );
ed880dd4
RR
953
954 CalcBoundingBox( x - width, y - height );
955 CalcBoundingBox( x + width, y + height );
956 }
957}
958
888dde65 959void wxPostScriptDCImpl::DoDrawIcon( const wxIcon& icon, wxCoord x, wxCoord y )
ed880dd4 960{
4f37154e 961 DoDrawBitmap( icon, x, y, true );
ed880dd4
RR
962}
963
d7657f75
RR
964/* this has to be char, not wxChar */
965static char hexArray[] = "0123456789ABCDEF";
d7657f75 966
888dde65 967void wxPostScriptDCImpl::DoDrawBitmap( const wxBitmap& bitmap, wxCoord x, wxCoord y, bool WXUNUSED(useMask) )
ed880dd4 968{
846051ec 969 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
ef539066
RR
970
971 if (!bitmap.Ok()) return;
afce4c03 972
368d59f0 973 wxImage image = bitmap.ConvertToImage();
afce4c03 974
ef539066 975 if (!image.Ok()) return;
afce4c03 976
b64de916
VS
977 wxCoord w = image.GetWidth();
978 wxCoord h = image.GetHeight();
979
eb7637b5
RR
980 double ww = XLOG2DEVREL(image.GetWidth());
981 double hh = YLOG2DEVREL(image.GetHeight());
982
983 double xx = XLOG2DEV(x);
984 double yy = YLOG2DEV(y + bitmap.GetHeight());
985
986 wxString buffer;
987 buffer.Printf( "/origstate save def\n"
988 "20 dict begin\n"
ed838581
RR
989 "/pix %d string def\n"
990 "/grays %d string def\n"
eb7637b5
RR
991 "/npixels 0 def\n"
992 "/rgbindx 0 def\n"
993 "%f %f translate\n"
994 "%f %f scale\n"
ed838581
RR
995 "%d %d 8\n"
996 "[%d 0 0 %d 0 %d]\n"
eb7637b5
RR
997 "{currentfile pix readhexstring pop}\n"
998 "false 3 colorimage\n",
b64de916 999 w, w, xx, yy, ww, hh, w, h, w, -h, h );
eb7637b5
RR
1000 buffer.Replace( ",", "." );
1001 PsPrint( buffer );
244e5e34
VZ
1002
1003 unsigned char* data = image.GetData();
1004
c56ae042 1005 // size of the buffer = width*rgb(3)*hexa(2)+'\n'
eb7637b5 1006 wxCharBuffer charbuffer(w*6 + 1);
244e5e34
VZ
1007 int firstDigit, secondDigit;
1008
1009 //rows
1010 for (int j = 0; j < h; j++)
1011 {
eb7637b5 1012 char* bufferindex = charbuffer.data();
244e5e34
VZ
1013
1014 //cols
1015 for (int i = 0; i < w*3; i++)
ef539066 1016 {
244e5e34
VZ
1017 firstDigit = (int)(*data/16.0);
1018 secondDigit = (int)(*data - (firstDigit*16.0));
1019 *(bufferindex++) = hexArray[firstDigit];
1020 *(bufferindex++) = hexArray[secondDigit];
1021
1022 data++;
d7657f75 1023 }
244e5e34
VZ
1024 *(bufferindex++) = '\n';
1025 *bufferindex = 0;
84ef8365 1026
ed838581
RR
1027 if (m_pstream)
1028 fwrite( charbuffer, 1, strlen( charbuffer ), m_pstream );
1029 else
1030 PsPrint( charbuffer );
ef539066 1031 }
244e5e34
VZ
1032
1033 PsPrint( "end\n" );
1034 PsPrint( "origstate restore\n" );
ed880dd4
RR
1035}
1036
888dde65 1037void wxPostScriptDCImpl::SetFont( const wxFont& font )
ed880dd4 1038{
846051ec 1039 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 1040
ed880dd4 1041 if (!font.Ok()) return;
afce4c03 1042
ed880dd4 1043 m_font = font;
57c208c5 1044
36b3b54a
RR
1045 int Style = m_font.GetStyle();
1046 int Weight = m_font.GetWeight();
1047
733b25e1 1048 const char *name;
d7657f75 1049 switch (m_font.GetFamily())
36b3b54a
RR
1050 {
1051 case wxTELETYPE:
1052 case wxMODERN:
733b25e1
RR
1053 {
1054 if (Style == wxITALIC)
1055 {
1056 if (Weight == wxBOLD)
1057 name = "/Courier-BoldOblique";
1058 else
1059 name = "/Courier-Oblique";
1060 }
1061 else
1062 {
1063 if (Weight == wxBOLD)
1064 name = "/Courier-Bold";
1065 else
1066 name = "/Courier";
1067 }
36b3b54a 1068 break;
733b25e1 1069 }
36b3b54a 1070 case wxROMAN:
733b25e1
RR
1071 {
1072 if (Style == wxITALIC)
1073 {
1074 if (Weight == wxBOLD)
1075 name = "/Times-BoldItalic";
1076 else
1077 name = "/Times-Italic";
1078 }
1079 else
1080 {
1081 if (Weight == wxBOLD)
1082 name = "/Times-Bold";
1083 else
1084 name = "/Times-Roman";
1085 }
36b3b54a 1086 break;
733b25e1 1087 }
36b3b54a 1088 case wxSCRIPT:
733b25e1
RR
1089 {
1090 name = "/ZapfChancery-MediumItalic";
36b3b54a 1091 break;
733b25e1
RR
1092 }
1093 case wxSWISS:
36b3b54a 1094 default:
733b25e1
RR
1095 {
1096 if (Style == wxITALIC)
1097 {
1098 if (Weight == wxBOLD)
1099 name = "/Helvetica-BoldOblique";
1100 else
1101 name = "/Helvetica-Oblique";
1102 }
1103 else
1104 {
1105 if (Weight == wxBOLD)
1106 name = "/Helvetica-Bold";
1107 else
1108 name = "/Helvetica";
1109 }
1110 break;
1111 }
36b3b54a 1112 }
57c208c5 1113
29402f45
JS
1114 // We may legitimately call SetFont before BeginDoc
1115 if (!m_pstream)
1116 return;
ca65c044 1117
244e5e34
VZ
1118 PsPrint( name );
1119 PsPrint( " reencodeISO def\n" );
1120 PsPrint( name );
1121 PsPrint( " findfont\n" );
ca65c044 1122
84ef8365 1123
eb7637b5
RR
1124 double size = (double) m_font.GetPointSize();
1125 wxString buffer;
1126 buffer.Printf( "%f scalefont setfont\n", size * DEV2PS * m_scaleX );
1127 buffer.Replace( ",", "." );
244e5e34 1128 PsPrint( buffer );
ed880dd4
RR
1129}
1130
888dde65 1131void wxPostScriptDCImpl::SetPen( const wxPen& pen )
ed880dd4 1132{
846051ec 1133 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 1134
ed880dd4 1135 if (!pen.Ok()) return;
afce4c03 1136
ed880dd4
RR
1137 int oldStyle = m_pen.GetStyle();
1138
1139 m_pen = pen;
1140
eb7637b5 1141 double width;
84ef8365 1142
eb7637b5
RR
1143 if (m_pen.GetWidth() <= 0)
1144 width = 0.1;
1145 else
1146 width = (double) m_pen.GetWidth();
1147
1148 wxString buffer;
1149 buffer.Printf( "%f setlinewidth\n", width * DEV2PS * m_scaleX );
1150 buffer.Replace( ",", "." );
244e5e34 1151 PsPrint( buffer );
f6bcfd97 1152
ed880dd4
RR
1153/*
1154 Line style - WRONG: 2nd arg is OFFSET
afce4c03 1155
ed880dd4
RR
1156 Here, I'm afraid you do not conceive meaning of parameters of 'setdash'
1157 operator correctly. You should look-up this in the Red Book: the 2nd parame-
1158 ter is not number of values in the array of the first one, but an offset
1159 into this description of the pattern. I mean a real *offset* not index
1160 into array. I.e. If the command is [3 4] 1 setdash is used, then there
72cdf4c9 1161 will be first black line *2* units wxCoord, then space 4 units, then the
ed880dd4
RR
1162 pattern of *3* units black, 4 units space will be repeated.
1163*/
1164
1165 static const char *dotted = "[2 5] 2";
1166 static const char *short_dashed = "[4 4] 2";
72cdf4c9 1167 static const char *wxCoord_dashed = "[4 8] 2";
ed880dd4
RR
1168 static const char *dotted_dashed = "[6 6 2 6] 4";
1169
999836aa
VZ
1170 const char *psdash;
1171
d7657f75 1172 switch (m_pen.GetStyle())
ed880dd4
RR
1173 {
1174 case wxDOT: psdash = dotted; break;
1175 case wxSHORT_DASH: psdash = short_dashed; break;
244e5e34 1176 case wxLONG_DASH: psdash = wxCoord_dashed; break;
ed880dd4 1177 case wxDOT_DASH: psdash = dotted_dashed; break;
f081c944
RR
1178 case wxUSER_DASH:
1179 {
1180 wxDash *dashes;
1181 int nDashes = m_pen.GetDashes (&dashes);
1182 PsPrint ("[");
1183 for (int i = 0; i < nDashes; ++i)
1184 {
eb7637b5 1185 buffer.Printf( "%d ", dashes [i] );
f081c944
RR
1186 PsPrint( buffer );
1187 }
1188 PsPrint ("] 0 setdash\n");
88a7a4e1
WS
1189 psdash = 0;
1190 }
f081c944 1191 break;
ed880dd4
RR
1192 case wxSOLID:
1193 case wxTRANSPARENT:
1194 default: psdash = "[] 0"; break;
1195 }
afce4c03 1196
f081c944 1197 if ( psdash && (oldStyle != m_pen.GetStyle()) )
ed880dd4 1198 {
244e5e34
VZ
1199 PsPrint( psdash );
1200 PsPrint( " setdash\n" );
ed880dd4
RR
1201 }
1202
1203 // Line colour
1204 unsigned char red = m_pen.GetColour().Red();
1205 unsigned char blue = m_pen.GetColour().Blue();
1206 unsigned char green = m_pen.GetColour().Green();
1207
1208 if (!m_colour)
1209 {
1210 // Anything not white is black
72cdf4c9
VZ
1211 if (! (red == (unsigned char) 255 &&
1212 blue == (unsigned char) 255 &&
d7657f75
RR
1213 green == (unsigned char) 255) )
1214 {
1215 red = (unsigned char) 0;
1216 green = (unsigned char) 0;
1217 blue = (unsigned char) 0;
72cdf4c9 1218 }
d7657f75 1219 // setgray here ?
ed880dd4
RR
1220 }
1221
1222 if (!(red == m_currentRed && green == m_currentGreen && blue == m_currentBlue))
1223 {
d7657f75
RR
1224 double redPS = (double)(red) / 255.0;
1225 double bluePS = (double)(blue) / 255.0;
1226 double greenPS = (double)(green) / 255.0;
ca65c044 1227
eb7637b5
RR
1228 wxString buffer;
1229 buffer.Printf( "%f %f %f setrgbcolor\n", redPS, greenPS, bluePS );
1230 buffer.Replace( ",", "." );
244e5e34 1231 PsPrint( buffer );
ca65c044 1232
d7657f75
RR
1233 m_currentRed = red;
1234 m_currentBlue = blue;
1235 m_currentGreen = green;
ed880dd4
RR
1236 }
1237}
1238
888dde65 1239void wxPostScriptDCImpl::SetBrush( const wxBrush& brush )
ed880dd4 1240{
846051ec 1241 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 1242
ed880dd4 1243 if (!brush.Ok()) return;
afce4c03 1244
ed880dd4
RR
1245 m_brush = brush;
1246
1247 // Brush colour
3c1b65a4
RR
1248 unsigned char red = m_brush.GetColour().Red();
1249 unsigned char blue = m_brush.GetColour().Blue();
1250 unsigned char green = m_brush.GetColour().Green();
ed880dd4
RR
1251
1252 if (!m_colour)
1253 {
d7657f75 1254 // Anything not white is black
72cdf4c9
VZ
1255 if (! (red == (unsigned char) 255 &&
1256 blue == (unsigned char) 255 &&
d7657f75
RR
1257 green == (unsigned char) 255) )
1258 {
1259 red = (unsigned char) 0;
1260 green = (unsigned char) 0;
1261 blue = (unsigned char) 0;
72cdf4c9 1262 }
d7657f75 1263 // setgray here ?
ed880dd4 1264 }
72cdf4c9 1265
ed880dd4
RR
1266 if (!(red == m_currentRed && green == m_currentGreen && blue == m_currentBlue))
1267 {
d7657f75
RR
1268 double redPS = (double)(red) / 255.0;
1269 double bluePS = (double)(blue) / 255.0;
1270 double greenPS = (double)(green) / 255.0;
72cdf4c9 1271
eb7637b5
RR
1272 wxString buffer;
1273 buffer.Printf( "%f %f %f setrgbcolor\n", redPS, greenPS, bluePS );
1274 buffer.Replace( ",", "." );
244e5e34 1275 PsPrint( buffer );
72cdf4c9 1276
d7657f75
RR
1277 m_currentRed = red;
1278 m_currentBlue = blue;
1279 m_currentGreen = green;
ed880dd4
RR
1280 }
1281}
1282
888dde65 1283void wxPostScriptDCImpl::DoDrawText( const wxString& text, wxCoord x, wxCoord y )
ed880dd4 1284{
846051ec 1285 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
479cd5de 1286
eb7637b5 1287 const wxWX2MBbuf textbuf = text.mb_str();
84ef8365 1288 if ( !textbuf )
eb7637b5 1289 return;
84ef8365 1290
a148cfb6
RR
1291 if (m_textForegroundColour.Ok())
1292 {
1293 unsigned char red = m_textForegroundColour.Red();
1294 unsigned char blue = m_textForegroundColour.Blue();
1295 unsigned char green = m_textForegroundColour.Green();
1296
1297 if (!m_colour)
1298 {
1299 // Anything not white is black
1300 if (! (red == (unsigned char) 255 &&
1301 blue == (unsigned char) 255 &&
1302 green == (unsigned char) 255))
1303 {
1304 red = (unsigned char) 0;
1305 green = (unsigned char) 0;
1306 blue = (unsigned char) 0;
1307 }
1308 }
1309
1310 // maybe setgray here ?
1311 if (!(red == m_currentRed && green == m_currentGreen && blue == m_currentBlue))
1312 {
1313 double redPS = (double)(red) / 255.0;
1314 double bluePS = (double)(blue) / 255.0;
1315 double greenPS = (double)(green) / 255.0;
1316
eb7637b5
RR
1317 wxString buffer;
1318 buffer.Printf( "%f %f %f setrgbcolor\n", redPS, greenPS, bluePS );
1319 buffer.Replace( ",", "." );
244e5e34 1320 PsPrint( buffer );
a148cfb6
RR
1321
1322 m_currentRed = red;
1323 m_currentBlue = blue;
1324 m_currentGreen = green;
1325 }
1326 }
a47391f3 1327
6c3d9ced 1328 wxCoord text_w, text_h, text_descent;
479cd5de 1329
4f37154e 1330 GetOwner()->GetTextExtent(text, &text_w, &text_h, &text_descent);
afce4c03 1331
ed880dd4
RR
1332 int size = m_font.GetPointSize();
1333
6c3d9ced
VS
1334// wxCoord by = y + (wxCoord)floor( double(size) * 2.0 / 3.0 ); // approximate baseline
1335// commented by V. Slavik and replaced by accurate version
1336// - note that there is still rounding error in text_descent!
1337 wxCoord by = y + size - text_descent; // baseline
244e5e34 1338
eb7637b5
RR
1339 wxString buffer;
1340 buffer.Printf( "%f %f moveto\n", XLOG2DEV(x), YLOG2DEV(by) );
1341 buffer.Replace( ",", "." );
1342 PsPrint( buffer );
244e5e34 1343 PsPrint( "(" );
ca65c044 1344
244e5e34
VZ
1345 size_t len = strlen(textbuf);
1346 size_t i;
1347 for (i = 0; i < len; i++)
ed880dd4 1348 {
244e5e34
VZ
1349 int c = (unsigned char) textbuf[i];
1350 if (c == ')' || c == '(' || c == '\\')
ed880dd4 1351 {
244e5e34
VZ
1352 /* Cope with special characters */
1353 PsPrint( "\\" );
eb7637b5 1354 PsPrint( (char) c );
ed880dd4 1355 }
244e5e34 1356 else if ( c >= 128 )
72cdf4c9 1357 {
244e5e34 1358 /* Cope with character codes > 127 */
eb7637b5
RR
1359 buffer.Printf( "\\%o", c );
1360 PsPrint( buffer );
244e5e34
VZ
1361 }
1362 else
1363 {
eb7637b5 1364 PsPrint( (char) c );
244e5e34
VZ
1365 }
1366 }
ca65c044 1367
244e5e34 1368 PsPrint( ") show\n" );
ca65c044 1369
244e5e34
VZ
1370 if (m_font.GetUnderlined())
1371 {
1372 wxCoord uy = (wxCoord)(y + size - m_underlinePosition);
84ef8365 1373
eb7637b5
RR
1374 buffer.Printf( "gsave\n"
1375 "%f %f moveto\n"
1376 "%f setlinewidth\n"
1377 "%f %f lineto\n"
1378 "stroke\n"
1379 "grestore\n",
1380 XLOG2DEV(x), YLOG2DEV(uy),
f6bcfd97 1381 m_underlineThickness,
eb7637b5
RR
1382 XLOG2DEV(x + text_w), YLOG2DEV(uy) );
1383 buffer.Replace( ",", "." );
244e5e34 1384 PsPrint( buffer );
ed880dd4 1385 }
afce4c03 1386
ed880dd4 1387 CalcBoundingBox( x, y );
88a7a4e1 1388 CalcBoundingBox( x + size * text.length() * 2/3 , y );
ed880dd4
RR
1389}
1390
888dde65 1391void wxPostScriptDCImpl::DoDrawRotatedText( const wxString& text, wxCoord x, wxCoord y, double angle )
95724b1a 1392{
c77a6796 1393 if ( wxIsNullDouble(angle) )
95724b1a
VZ
1394 {
1395 DoDrawText(text, x, y);
1396 return;
1397 }
1398
846051ec 1399 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
95724b1a
VZ
1400
1401 SetFont( m_font );
1402
1403 if (m_textForegroundColour.Ok())
1404 {
1405 unsigned char red = m_textForegroundColour.Red();
1406 unsigned char blue = m_textForegroundColour.Blue();
1407 unsigned char green = m_textForegroundColour.Green();
1408
1409 if (!m_colour)
1410 {
1411 // Anything not white is black
479cd5de
VZ
1412 if (! (red == (unsigned char) 255 &&
1413 blue == (unsigned char) 255 &&
1414 green == (unsigned char) 255))
95724b1a
VZ
1415 {
1416 red = (unsigned char) 0;
1417 green = (unsigned char) 0;
1418 blue = (unsigned char) 0;
1419 }
1420 }
1421
1422 // maybe setgray here ?
1423 if (!(red == m_currentRed && green == m_currentGreen && blue == m_currentBlue))
1424 {
1425 double redPS = (double)(red) / 255.0;
1426 double bluePS = (double)(blue) / 255.0;
1427 double greenPS = (double)(green) / 255.0;
479cd5de 1428
eb7637b5
RR
1429 wxString buffer;
1430 buffer.Printf( "%f %f %f setrgbcolor\n", redPS, greenPS, bluePS );
1431 buffer.Replace( ",", "." );
244e5e34 1432 PsPrint( buffer );
84ef8365 1433
95724b1a
VZ
1434 m_currentRed = red;
1435 m_currentBlue = blue;
1436 m_currentGreen = green;
1437 }
1438 }
1439
1440 int size = m_font.GetPointSize();
1441
eb7637b5
RR
1442 wxString buffer;
1443 buffer.Printf( "%f %f moveto\n", XLOG2DEV(x), YLOG2DEV(y));
1444 buffer.Replace( ",", "." );
1445 PsPrint( buffer );
ca65c044 1446
eb7637b5
RR
1447 buffer.Printf( "%f rotate\n", angle );
1448 buffer.Replace( ",", "." );
1449 PsPrint( buffer );
ca65c044 1450
244e5e34
VZ
1451 PsPrint( "(" );
1452 const wxWX2MBbuf textbuf = text.mb_str();
1453 size_t len = strlen(textbuf);
eb7637b5 1454 size_t i;
244e5e34
VZ
1455 for (i = 0; i < len; i++)
1456 {
1457 int c = (unsigned char) textbuf[i];
1458 if (c == ')' || c == '(' || c == '\\')
95724b1a 1459 {
244e5e34
VZ
1460 /* Cope with special characters */
1461 PsPrint( "\\" );
eb7637b5 1462 PsPrint( (char) c );
95724b1a 1463 }
244e5e34 1464 else if ( c >= 128 )
479cd5de 1465 {
244e5e34 1466 /* Cope with character codes > 127 */
eb7637b5
RR
1467 buffer.Printf( "\\%o", c);
1468 PsPrint( buffer );
479cd5de 1469 }
244e5e34 1470 else
846051ec 1471 {
eb7637b5 1472 PsPrint( (char) c );
846051ec 1473 }
244e5e34 1474 }
ca65c044 1475
244e5e34 1476 PsPrint( ") show\n" );
ca65c044 1477
eb7637b5
RR
1478 buffer.Printf( "%f rotate\n", -angle );
1479 buffer.Replace( ",", "." );
244e5e34 1480 PsPrint( buffer );
ca65c044 1481
244e5e34
VZ
1482 if (m_font.GetUnderlined())
1483 {
1484 wxCoord uy = (wxCoord)(y + size - m_underlinePosition);
1485 wxCoord w, h;
4f37154e 1486 GetOwner()->GetTextExtent(text, &w, &h);
244e5e34 1487
84ef8365 1488 buffer.Printf(
846051ec 1489 "gsave\n"
eb7637b5 1490 "%f %f moveto\n"
846051ec 1491 "%f setlinewidth\n"
eb7637b5 1492 "%f %f lineto\n"
846051ec
JS
1493 "stroke\n"
1494 "grestore\n",
eb7637b5 1495 XLOG2DEV(x), YLOG2DEV(uy),
846051ec 1496 m_underlineThickness,
eb7637b5
RR
1497 XLOG2DEV(x + w), YLOG2DEV(uy) );
1498 buffer.Replace( ",", "." );
244e5e34 1499 PsPrint( buffer );
95724b1a 1500 }
ca65c044 1501
95724b1a 1502 CalcBoundingBox( x, y );
88a7a4e1 1503 CalcBoundingBox( x + size * text.length() * 2/3 , y );
95724b1a 1504}
ed880dd4 1505
888dde65 1506void wxPostScriptDCImpl::SetBackground (const wxBrush& brush)
ed880dd4
RR
1507{
1508 m_backgroundBrush = brush;
1509}
1510
888dde65 1511void wxPostScriptDCImpl::SetLogicalFunction (int WXUNUSED(function))
ed880dd4 1512{
888dde65 1513 wxFAIL_MSG( wxT("wxPostScriptDCImpl::SetLogicalFunction not implemented.") );
ed880dd4
RR
1514}
1515
389076f1 1516#if wxUSE_SPLINES
888dde65 1517void wxPostScriptDCImpl::DoDrawSpline( const wxPointList *points )
ed880dd4 1518{
846051ec 1519 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 1520
ed880dd4
RR
1521 SetPen( m_pen );
1522
8a39593e 1523 // a and b are not used
846051ec 1524 //double a, b;
8a39593e 1525 double c, d, x1, y1, x2, y2, x3, y3;
ed880dd4
RR
1526 wxPoint *p, *q;
1527
b0d7707b
RR
1528 wxPointList::compatibility_iterator node = points->GetFirst();
1529 p = node->GetData();
afce4c03 1530 x1 = p->x;
ed880dd4
RR
1531 y1 = p->y;
1532
b1d4dd7a 1533 node = node->GetNext();
b0d7707b 1534 p = node->GetData();
afce4c03 1535 c = p->x;
ed880dd4 1536 d = p->y;
a47391f3 1537 x3 =
8a39593e 1538 #if 0
a47391f3
JS
1539 a =
1540 #endif
8a39593e 1541 (double)(x1 + c) / 2;
a47391f3 1542 y3 =
8a39593e 1543 #if 0
a47391f3
JS
1544 b =
1545 #endif
8a39593e 1546 (double)(y1 + d) / 2;
ed880dd4 1547
eb7637b5
RR
1548 wxString buffer;
1549 buffer.Printf( "newpath\n"
1550 "%f %f moveto\n"
1551 "%f %f lineto\n",
1552 XLOG2DEV(wxRound(x1)), YLOG2DEV(wxRound(y1)),
1553 XLOG2DEV(wxRound(x3)), YLOG2DEV(wxRound(y3)) );
1554 buffer.Replace( ",", "." );
1555 PsPrint( buffer );
afce4c03 1556
72cdf4c9
VZ
1557 CalcBoundingBox( (wxCoord)x1, (wxCoord)y1 );
1558 CalcBoundingBox( (wxCoord)x3, (wxCoord)y3 );
ed880dd4 1559
244e5e34
VZ
1560 node = node->GetNext();
1561 while (node)
ed880dd4 1562 {
b0d7707b 1563 q = node->GetData();
ed880dd4 1564
d7657f75
RR
1565 x1 = x3;
1566 y1 = y3;
1567 x2 = c;
1568 y2 = d;
1569 c = q->x;
1570 d = q->y;
ed880dd4
RR
1571 x3 = (double)(x2 + c) / 2;
1572 y3 = (double)(y2 + d) / 2;
72cdf4c9 1573
eb7637b5
RR
1574 buffer.Printf( "%f %f %f %f %f %f DrawSplineSection\n",
1575 XLOG2DEV(wxRound(x1)), YLOG2DEV(wxRound(y1)),
1576 XLOG2DEV(wxRound(x2)), YLOG2DEV(wxRound(y2)),
1577 XLOG2DEV(wxRound(x3)), YLOG2DEV(wxRound(y3)) );
1578 buffer.Replace( ",", "." );
1579 PsPrint( buffer );
72cdf4c9
VZ
1580
1581 CalcBoundingBox( (wxCoord)x1, (wxCoord)y1 );
1582 CalcBoundingBox( (wxCoord)x3, (wxCoord)y3 );
999836aa
VZ
1583
1584 node = node->GetNext();
ed880dd4 1585 }
afce4c03 1586
72cdf4c9
VZ
1587 /*
1588 At this point, (x2,y2) and (c,d) are the position of the
1589 next-to-last and last point respectively, in the point list
1590 */
ed880dd4 1591
eb7637b5
RR
1592 buffer.Printf( "%f %f lineto\nstroke\n", XLOG2DEV(wxRound(c)), YLOG2DEV(wxRound(d)) );
1593 buffer.Replace( ",", "." );
1594 PsPrint( buffer );
ed880dd4 1595}
389076f1 1596#endif // wxUSE_SPLINES
ed880dd4 1597
888dde65 1598wxCoord wxPostScriptDCImpl::GetCharWidth() const
ed880dd4
RR
1599{
1600 // Chris Breeze: reasonable approximation using wxMODERN/Courier
72cdf4c9 1601 return (wxCoord) (GetCharHeight() * 72.0 / 120.0);
ed880dd4
RR
1602}
1603
888dde65 1604void wxPostScriptDCImpl::SetPrintData(const wxPrintData& data)
eb7637b5 1605{
84ef8365 1606 m_printData = data;
eb7637b5
RR
1607
1608 wxPaperSize id = m_printData.GetPaperId();
1609 wxPrintPaperType *paper = wxThePrintPaperDatabase->FindPaperType(id);
1610 if (!paper) paper = wxThePrintPaperDatabase->FindPaperType(wxPAPER_A4);
1611 int w = 595;
1612 int h = 842;
1613 if (paper)
1614 {
1615 w = paper->GetSizeDeviceUnits().x;
1616 h = paper->GetSizeDeviceUnits().y;
1617 }
1618
1619 if (m_printData.GetOrientation() == wxLANDSCAPE)
1620 m_pageHeight = w * PS2DEV;
1621 else
1622 m_pageHeight = h * PS2DEV;
04ab8b6d 1623}
ed880dd4 1624
888dde65 1625void wxPostScriptDCImpl::ComputeScaleAndOrigin()
ed838581
RR
1626{
1627 const wxRealPoint origScale(m_scaleX, m_scaleY);
1628
888dde65 1629 wxDCImpl::ComputeScaleAndOrigin();
ed838581
RR
1630
1631 // If scale has changed call SetPen to recalulate the line width
1632 // and SetFont to recalculate font size
1633 if ( wxRealPoint(m_scaleX, m_scaleY) != origScale && m_pen.IsOk() )
1634 {
1635 SetPen( m_pen );
1636 SetFont( m_font );
1637 }
1638}
1639
888dde65 1640void wxPostScriptDCImpl::DoGetSize(int* width, int* height) const
ed880dd4 1641{
7bcb11d3 1642 wxPaperSize id = m_printData.GetPaperId();
ed880dd4 1643
7bcb11d3 1644 wxPrintPaperType *paper = wxThePrintPaperDatabase->FindPaperType(id);
afce4c03 1645
7bcb11d3 1646 if (!paper) paper = wxThePrintPaperDatabase->FindPaperType(wxPAPER_A4);
afce4c03 1647
ac2def68
RR
1648 int w = 595;
1649 int h = 842;
ed880dd4
RR
1650 if (paper)
1651 {
ac2def68
RR
1652 w = paper->GetSizeDeviceUnits().x;
1653 h = paper->GetSizeDeviceUnits().y;
ed880dd4 1654 }
72cdf4c9 1655
ac2def68 1656 if (m_printData.GetOrientation() == wxLANDSCAPE)
ed880dd4 1657 {
ac2def68 1658 int tmp = w;
72cdf4c9
VZ
1659 w = h;
1660 h = tmp;
ed880dd4 1661 }
72cdf4c9 1662
84ef8365 1663 if (width)
eb7637b5 1664 *width = wxRound( w * PS2DEV );
84ef8365
VZ
1665
1666 if (height)
eb7637b5 1667 *height = wxRound( h * PS2DEV );
ed880dd4
RR
1668}
1669
888dde65 1670void wxPostScriptDCImpl::DoGetSizeMM(int *width, int *height) const
ed880dd4 1671{
7bcb11d3
JS
1672 wxPaperSize id = m_printData.GetPaperId();
1673
1674 wxPrintPaperType *paper = wxThePrintPaperDatabase->FindPaperType(id);
afce4c03 1675
7bcb11d3
JS
1676 if (!paper) paper = wxThePrintPaperDatabase->FindPaperType(wxPAPER_A4);
1677
ac2def68
RR
1678 int w = 210;
1679 int h = 297;
7bcb11d3 1680 if (paper)
ed880dd4 1681 {
ac2def68
RR
1682 w = paper->GetWidth() / 10;
1683 h = paper->GetHeight() / 10;
ed880dd4 1684 }
72cdf4c9 1685
ac2def68 1686 if (m_printData.GetOrientation() == wxLANDSCAPE)
ed880dd4 1687 {
ac2def68 1688 int tmp = w;
72cdf4c9
VZ
1689 w = h;
1690 h = tmp;
ed880dd4 1691 }
72cdf4c9 1692
ac2def68
RR
1693 if (width) *width = w;
1694 if (height) *height = h;
7bcb11d3
JS
1695}
1696
1697// Resolution in pixels per logical inch
888dde65 1698wxSize wxPostScriptDCImpl::GetPPI(void) const
7bcb11d3 1699{
eb7637b5 1700 return wxSize( DPI, DPI );
7bcb11d3 1701}
ed880dd4 1702
7bcb11d3 1703
888dde65 1704bool wxPostScriptDCImpl::StartDoc( const wxString& message )
7bcb11d3 1705{
ca65c044 1706 wxCHECK_MSG( m_ok, false, wxT("invalid postscript dc") );
32b13913 1707
6038ec8e 1708 if (m_printData.GetPrintMode() != wxPRINT_MODE_STREAM )
7bcb11d3 1709 {
ca65c044 1710 if (m_printData.GetFilename() == wxEmptyString)
244e5e34
VZ
1711 {
1712 wxString filename = wxGetTempFileName( wxT("ps") );
1713 m_printData.SetFilename(filename);
1714 }
72cdf4c9 1715
392857fb 1716 m_pstream = wxFopen( m_printData.GetFilename(), wxT("w+") );
7bcb11d3 1717
244e5e34
VZ
1718 if (!m_pstream)
1719 {
1720 wxLogError( _("Cannot open file for PostScript printing!"));
ca65c044
WS
1721 m_ok = false;
1722 return false;
244e5e34 1723 }
ed880dd4 1724 }
afce4c03 1725
ca65c044 1726 m_ok = true;
244e5e34 1727 m_title = message;
ed880dd4 1728
eb7637b5
RR
1729 wxString buffer;
1730
244e5e34 1731 PsPrint( "%!PS-Adobe-2.0\n" );
84ef8365 1732
eb7637b5
RR
1733 buffer.Printf( "%%%%Title: %s\n", m_title );
1734 PsPrint( buffer );
77ffb593 1735 PsPrint( "%%Creator: wxWidgets PostScript renderer\n" );
84ef8365 1736
eb7637b5
RR
1737 buffer.Printf( "%%%%CreationDate: %s\n", wxNow() );
1738 PsPrint( buffer );
84ef8365 1739
eba33006 1740 if (m_printData.GetOrientation() == wxLANDSCAPE)
244e5e34 1741 PsPrint( "%%Orientation: Landscape\n" );
eba33006 1742 else
244e5e34 1743 PsPrint( "%%Orientation: Portrait\n" );
a47391f3 1744
244e5e34 1745 const wxChar *paper;
3fc306e9
RR
1746 switch (m_printData.GetPaperId())
1747 {
670f9935
WS
1748 case wxPAPER_LETTER: paper = wxT("Letter"); break; // Letter: paper ""; 8 1/2 by 11 inches
1749 case wxPAPER_LEGAL: paper = wxT("Legal"); break; // Legal, 8 1/2 by 14 inches
1750 case wxPAPER_A4: paper = wxT("A4"); break; // A4 Sheet, 210 by 297 millimeters
244e5e34 1751 case wxPAPER_TABLOID: paper = wxT("Tabloid"); break; // Tabloid, 11 by 17 inches
670f9935
WS
1752 case wxPAPER_LEDGER: paper = wxT("Ledger"); break; // Ledger, 17 by 11 inches
1753 case wxPAPER_STATEMENT: paper = wxT("Statement"); break; // Statement, 5 1/2 by 8 1/2 inches
1754 case wxPAPER_EXECUTIVE: paper = wxT("Executive"); break; // Executive, 7 1/4 by 10 1/2 inches
1755 case wxPAPER_A3: paper = wxT("A3"); break; // A3 sheet, 297 by 420 millimeters
1756 case wxPAPER_A5: paper = wxT("A5"); break; // A5 sheet, 148 by 210 millimeters
1757 case wxPAPER_B4: paper = wxT("B4"); break; // B4 sheet, 250 by 354 millimeters
1758 case wxPAPER_B5: paper = wxT("B5"); break; // B5 sheet, 182-by-257-millimeter paper
1759 case wxPAPER_FOLIO: paper = wxT("Folio"); break; // Folio, 8-1/2-by-13-inch paper
1760 case wxPAPER_QUARTO: paper = wxT("Quaro"); break; // Quarto, 215-by-275-millimeter paper
1761 case wxPAPER_10X14: paper = wxT("10x14"); break; // 10-by-14-inch sheet
244e5e34 1762 default: paper = wxT("A4");
3fc306e9 1763 }
84ef8365 1764
eb7637b5
RR
1765 buffer.Printf( "%%%%DocumentPaperSizes: %s\n", paper );
1766 PsPrint( buffer );
84ef8365 1767
244e5e34
VZ
1768 PsPrint( "%%EndComments\n\n" );
1769
1770 PsPrint( "%%BeginProlog\n" );
1771 PsPrint( wxPostScriptHeaderConicTo );
1772 PsPrint( wxPostScriptHeaderEllipse );
1773 PsPrint( wxPostScriptHeaderEllipticArc );
1774 PsPrint( wxPostScriptHeaderColourImage );
244e5e34
VZ
1775 PsPrint( wxPostScriptHeaderReencodeISO1 );
1776 PsPrint( wxPostScriptHeaderReencodeISO2 );
d7657f75 1777 if (wxPostScriptHeaderSpline)
244e5e34
VZ
1778 PsPrint( wxPostScriptHeaderSpline );
1779 PsPrint( "%%EndProlog\n" );
d7657f75 1780
ed880dd4
RR
1781 SetBrush( *wxBLACK_BRUSH );
1782 SetPen( *wxBLACK_PEN );
1783 SetBackground( *wxWHITE_BRUSH );
1784 SetTextForeground( *wxBLACK );
1785
1786 // set origin according to paper size
1787 SetDeviceOrigin( 0,0 );
afce4c03 1788
ed880dd4 1789 m_pageNumber = 1;
ca65c044 1790 return true;
ed880dd4
RR
1791}
1792
888dde65 1793void wxPostScriptDCImpl::EndDoc ()
ed880dd4 1794{
244e5e34 1795 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 1796
ed880dd4
RR
1797 if (m_clipping)
1798 {
ca65c044 1799 m_clipping = false;
244e5e34 1800 PsPrint( "grestore\n" );
ed880dd4
RR
1801 }
1802
244e5e34
VZ
1803 if ( m_pstream ) {
1804 fclose( m_pstream );
1805 m_pstream = (FILE *) NULL;
1806 }
ed880dd4 1807
a47391f3 1808#if 0
ed880dd4 1809 // THE FOLLOWING HAS BEEN CONTRIBUTED BY Andy Fyfe <andy@hyperparallel.com>
72cdf4c9 1810 wxCoord wx_printer_translate_x, wx_printer_translate_y;
ed880dd4 1811 double wx_printer_scale_x, wx_printer_scale_y;
ed880dd4 1812
479cd5de
VZ
1813 wx_printer_translate_x = (wxCoord)m_printData.GetPrinterTranslateX();
1814 wx_printer_translate_y = (wxCoord)m_printData.GetPrinterTranslateY();
7bcb11d3
JS
1815
1816 wx_printer_scale_x = m_printData.GetPrinterScaleX();
1817 wx_printer_scale_y = m_printData.GetPrinterScaleY();
1818
ed880dd4
RR
1819 // Compute the bounding box. Note that it is in the default user
1820 // coordinate system, thus we have to convert the values.
eb7637b5
RR
1821 wxCoord minX = (wxCoord) XLOG2DEV(m_minX);
1822 wxCoord minY = (wxCoord) YLOG2DEV(m_minY);
1823 wxCoord maxX = (wxCoord) XLOG2DEV(m_maxX);
1824 wxCoord maxY = (wxCoord) YLOG2DEV(m_maxY);
48c31b28 1825
a30f8da8
VS
1826 // LOG2DEV may have changed the minimum to maximum vice versa
1827 if ( minX > maxX ) { wxCoord tmp = minX; minX = maxX; maxX = tmp; }
1828 if ( minY > maxY ) { wxCoord tmp = minY; minY = maxY; maxY = tmp; }
48c31b28 1829
a30f8da8
VS
1830 // account for used scaling (boundingbox is before scaling in ps-file)
1831 double scale_x = m_printData.GetPrinterScaleX() / ms_PSScaleFactor;
1832 double scale_y = m_printData.GetPrinterScaleY() / ms_PSScaleFactor;
48c31b28
VZ
1833
1834 wxCoord llx, lly, urx, ury;
a30f8da8
VS
1835 llx = (wxCoord) ((minX+wx_printer_translate_x)*scale_x);
1836 lly = (wxCoord) ((minY+wx_printer_translate_y)*scale_y);
1837 urx = (wxCoord) ((maxX+wx_printer_translate_x)*scale_x);
1838 ury = (wxCoord) ((maxY+wx_printer_translate_y)*scale_y);
1839 // (end of bounding box computation)
1840
ed880dd4
RR
1841
1842 // If we're landscape, our sense of "x" and "y" is reversed.
7bcb11d3 1843 if (m_printData.GetOrientation() == wxLANDSCAPE)
ed880dd4 1844 {
72cdf4c9 1845 wxCoord tmp;
ed880dd4
RR
1846 tmp = llx; llx = lly; lly = tmp;
1847 tmp = urx; urx = ury; ury = tmp;
1848
1849 // We need either the two lines that follow, or we need to subtract
1850 // min_x from real_translate_y, which is commented out below.
72cdf4c9
VZ
1851 llx = llx - (wxCoord)(m_minX*wx_printer_scale_y);
1852 urx = urx - (wxCoord)(m_minX*wx_printer_scale_y);
ed880dd4
RR
1853 }
1854
1855 // The Adobe specifications call for integers; we round as to make
1856 // the bounding larger.
244e5e34 1857 PsPrintf( wxT("%%%%BoundingBox: %d %d %d %d\n"),
72cdf4c9
VZ
1858 (wxCoord)floor((double)llx), (wxCoord)floor((double)lly),
1859 (wxCoord)ceil((double)urx), (wxCoord)ceil((double)ury) );
ed880dd4
RR
1860
1861 // To check the correctness of the bounding box, postscript commands
1862 // to draw a box corresponding to the bounding box are generated below.
1863 // But since we typically don't want to print such a box, the postscript
1864 // commands are generated within comments. These lines appear before any
1865 // adjustment of scale, rotation, or translation, and hence are in the
1866 // default user coordinates.
244e5e34
VZ
1867 PsPrint( "% newpath\n" );
1868 PsPrintf( wxT("%% %d %d moveto\n"), llx, lly );
1869 PsPrintf( wxT("%% %d %d lineto\n"), urx, lly );
1870 PsPrintf( wxT("%% %d %d lineto\n"), urx, ury );
1871 PsPrintf( wxT("%% %d %d lineto closepath stroke\n"), llx, ury );
09c9194a 1872#endif
ed880dd4 1873
8850cbd3 1874#ifndef __WXMSW__
32b13913 1875 wxPostScriptPrintNativeData *data =
8850cbd3
RR
1876 (wxPostScriptPrintNativeData *) m_printData.GetNativeData();
1877
6038ec8e 1878 if (m_ok && (m_printData.GetPrintMode() == wxPRINT_MODE_PRINTER))
ed880dd4 1879 {
09c9194a 1880 wxString command;
8850cbd3 1881 command += data->GetPrinterCommand();
09c9194a 1882 command += wxT(" ");
8850cbd3 1883 command += data->GetPrinterOptions();
cb27bab1 1884 command += wxT(" ");
09c9194a 1885 command += m_printData.GetFilename();
ed880dd4 1886
ca65c044 1887 wxExecute( command, true );
09c9194a 1888 wxRemoveFile( m_printData.GetFilename() );
ed880dd4
RR
1889 }
1890#endif
1891}
1892
888dde65 1893void wxPostScriptDCImpl::StartPage()
ed880dd4 1894{
846051ec 1895 wxCHECK_RET( m_ok, wxT("invalid postscript dc") );
afce4c03 1896
eb7637b5
RR
1897 wxString buffer;
1898 buffer.Printf( wxT("%%%%Page: %d\n"), m_pageNumber++ );
1899 PsPrint( buffer );
afce4c03 1900
eb7637b5 1901#if 0
32b13913 1902 wxPostScriptPrintNativeData *data =
8850cbd3
RR
1903 (wxPostScriptPrintNativeData *) m_printData.GetNativeData();
1904
eb7637b5
RR
1905 wxCoord translate_x = (wxCoord)data->GetPrinterTranslateX();
1906 wxCoord translate_y = (wxCoord)data->GetPrinterTranslateY();
7bcb11d3 1907
eb7637b5
RR
1908 buffer.Printf( "%d %d translate\n", translate_x, translate_y );
1909 PsPrint( buffer );
84ef8365 1910
eb7637b5
RR
1911 double scale_x = data->GetPrinterScaleX();
1912 double scale_y = data->GetPrinterScaleY();
84ef8365 1913
eb7637b5
RR
1914 buffer.Printf( "%f %f scale\n", scale_x, scale_y );
1915 buffer.Replace( ",", "." );
1916 PsPrint( buffer );
84ef8365 1917
eb7637b5 1918#endif
7bcb11d3 1919
eb7637b5 1920 // Each page starts with an "initgraphics" which resets the
84ef8365 1921 // transformation and so we need to rotate the page for
eb7637b5
RR
1922 // landscape printing)
1923
1924 // I copied this one from a PostScript tutorial, but to no avail. RR.
1925 // PsPrint( "90 rotate llx neg ury nef translate\n" );
84ef8365 1926
7bcb11d3 1927 if (m_printData.GetOrientation() == wxLANDSCAPE)
244e5e34 1928 PsPrint( "90 rotate\n" );
ed880dd4
RR
1929}
1930
888dde65 1931void wxPostScriptDCImpl::EndPage ()
ed880dd4 1932{
846051ec 1933 wxCHECK_RET( m_ok , wxT("invalid postscript dc") );
afce4c03 1934
244e5e34 1935 PsPrint( "showpage\n" );
ed880dd4
RR
1936}
1937
888dde65 1938bool wxPostScriptDCImpl::DoBlit( wxCoord xdest, wxCoord ydest,
72cdf4c9 1939 wxCoord fwidth, wxCoord fheight,
afce4c03 1940 wxDC *source,
72cdf4c9 1941 wxCoord xsrc, wxCoord ysrc,
f0a6b1cd 1942 int rop, bool WXUNUSED(useMask), wxCoord WXUNUSED(xsrcMask), wxCoord WXUNUSED(ysrcMask) )
ed880dd4 1943{
ca65c044 1944 wxCHECK_MSG( m_ok, false, wxT("invalid postscript dc") );
afce4c03 1945
ca65c044 1946 wxCHECK_MSG( source, false, wxT("invalid source dc") );
afce4c03 1947
4f37154e 1948 // blit into a bitmap
afce4c03 1949 wxBitmap bitmap( (int)fwidth, (int)fheight );
45b776d4
JS
1950 wxMemoryDC memDC;
1951 memDC.SelectObject(bitmap);
342b6a2f 1952 memDC.Blit(0, 0, fwidth, fheight, source, xsrc, ysrc, rop); /* TODO: Blit transparently? */
45b776d4 1953 memDC.SelectObject(wxNullBitmap);
ea6f44b5 1954
4f37154e
RR
1955 //draw bitmap. scaling and positioning is done there
1956 GetOwner()->DrawBitmap( bitmap, xdest, ydest );
afce4c03 1957
ca65c044 1958 return true;
ed880dd4
RR
1959}
1960
888dde65 1961wxCoord wxPostScriptDCImpl::GetCharHeight() const
ed880dd4
RR
1962{
1963 if (m_font.Ok())
b64de916 1964 return m_font.GetPointSize();
ed880dd4
RR
1965 else
1966 return 12;
1967}
1968
888dde65 1969void wxPostScriptDCImpl::PsPrint( const wxString& str )
eb7637b5
RR
1970{
1971 const wxCharBuffer psdata(str.utf8_str());
1972
1973 wxPostScriptPrintNativeData *data =
1974 (wxPostScriptPrintNativeData *) m_printData.GetNativeData();
1975
1976 switch (m_printData.GetPrintMode())
1977 {
1978#if wxUSE_STREAMS
1979 // append to output stream
1980 case wxPRINT_MODE_STREAM:
1981 {
1982 wxOutputStream* outputstream = data->GetOutputStream();
1983 wxCHECK_RET( outputstream, wxT("invalid outputstream") );
1984 outputstream->Write( psdata, strlen( psdata ) );
1985 }
1986 break;
1987#endif // wxUSE_STREAMS
1988
1989 // save data into file
1990 default:
1991 wxCHECK_RET( m_pstream, wxT("invalid postscript dc") );
1992 fwrite( psdata, 1, strlen( psdata ), m_pstream );
1993 }
1994}
1995
888dde65 1996void wxPostScriptDCImpl::DoGetTextExtent(const wxString& string,
72cdf4c9
VZ
1997 wxCoord *x, wxCoord *y,
1998 wxCoord *descent, wxCoord *externalLeading,
c94f845b 1999 const wxFont *theFont ) const
ed880dd4 2000{
c94f845b 2001 const wxFont *fontToUse = theFont;
afce4c03 2002
c94f845b 2003 if (!fontToUse) fontToUse = &m_font;
36b3b54a 2004
223d09f6 2005 wxCHECK_RET( fontToUse, wxT("GetTextExtent: no font defined") );
87138c52 2006
32b13913 2007 if (string.empty())
3fc306e9
RR
2008 {
2009 if (x) (*x) = 0;
2010 if (y) (*y) = 0;
272995af
JS
2011 if (descent) (*descent) = 0;
2012 if (externalLeading) (*externalLeading) = 0;
3fc306e9
RR
2013 return;
2014 }
a47391f3 2015
3fc306e9
RR
2016 // GTK 2.0
2017
9626e0bf 2018 const wxWX2MBbuf strbuf = string.mb_str();
84ef8365 2019
eb7637b5 2020 // conversion failed (non e.g. ISO characters)
84ef8365 2021 if ( !strbuf )
eb7637b5 2022 return;
ed880dd4 2023
f036b31c 2024#if !wxUSE_AFM_FOR_POSTSCRIPT
36b3b54a
RR
2025 /* Provide a VERY rough estimate (avoid using it).
2026 * Produces accurate results for mono-spaced font
2027 * such as Courier (aka wxMODERN) */
afce4c03 2028
9a6be59a
VZ
2029 int height = 12;
2030 if (fontToUse)
2031 {
afce4c03 2032 height = fontToUse->GetPointSize();
9a6be59a 2033 }
72cdf4c9
VZ
2034 if ( x )
2035 *x = strlen (strbuf) * height * 72 / 120;
2036 if ( y )
2037 *y = (wxCoord) (height * 1.32); /* allow for descender */
36b3b54a
RR
2038 if (descent) *descent = 0;
2039 if (externalLeading) *externalLeading = 0;
ed880dd4 2040#else
ed880dd4 2041
afce4c03
VZ
2042 /* method for calculating string widths in postscript:
2043 / read in the AFM (adobe font metrics) file for the
2044 / actual font, parse it and extract the character widths
2045 / and also the descender. this may be improved, but for now
2046 / it works well. the AFM file is only read in if the
2047 / font is changed. this may be chached in the future.
2048 / calls to GetTextExtent with the font unchanged are rather
2049 / efficient!!!
2050 /
2051 / for each font and style used there is an AFM file necessary.
2052 / currently i have only files for the roman font family.
2053 / I try to get files for the other ones!
2054 /
2055 / CAVE: the size of the string is currently always calculated
2056 / in 'points' (1/72 of an inch). this should later on be
2057 / changed to depend on the mapping mode.
2058 / CAVE: the path to the AFM files must be set before calling this
eb7637b5 2059 / fun3B3Bction. this is usually done by a call like the following:
afce4c03
VZ
2060 / wxSetAFMPath("d:\\wxw161\\afm\\");
2061 /
2062 / example:
2063 /
ca65c044 2064 / wxPostScriptDC dc(NULL, true);
afce4c03
VZ
2065 / if (dc.Ok()){
2066 / wxSetAFMPath("d:\\wxw161\\afm\\");
2067 / dc.StartDoc("Test");
2068 / dc.StartPage();
72cdf4c9 2069 / wxCoord w,h;
afce4c03
VZ
2070 / dc.SetFont(new wxFont(10, wxROMAN, wxNORMAL, wxNORMAL));
2071 / dc.GetTextExtent("Hallo",&w,&h);
2072 / dc.EndPage();
2073 / dc.EndDoc();
2074 / }
2075 /
2076 / by steve (stefan.hammes@urz.uni-heidelberg.de)
2077 / created: 10.09.94
2078 / updated: 14.05.95 */
36b3b54a
RR
2079
2080 /* these static vars are for storing the state between calls */
2081 static int lastFamily= INT_MIN;
2082 static int lastSize= INT_MIN;
2083 static int lastStyle= INT_MIN;
2084 static int lastWeight= INT_MIN;
2085 static int lastDescender = INT_MIN;
2086 static int lastWidths[256]; /* widths of the characters */
72cdf4c9 2087
a439ecef
VS
2088 double UnderlinePosition = 0.0;
2089 double UnderlineThickness = 0.0;
36b3b54a 2090
eba33006 2091 // Get actual parameters
733b25e1
RR
2092 int Family = fontToUse->GetFamily();
2093 int Size = fontToUse->GetPointSize();
2094 int Style = fontToUse->GetStyle();
2095 int Weight = fontToUse->GetWeight();
36b3b54a 2096
eba33006 2097 // If we have another font, read the font-metrics
36b3b54a
RR
2098 if (Family!=lastFamily || Size!=lastSize || Style!=lastStyle || Weight!=lastWeight)
2099 {
eba33006 2100 // Store actual values
36b3b54a
RR
2101 lastFamily = Family;
2102 lastSize = Size;
2103 lastStyle = Style;
2104 lastWeight = Weight;
2105
999836aa 2106 const wxChar *name;
36b3b54a
RR
2107
2108 switch (Family)
afce4c03
VZ
2109 {
2110 case wxMODERN:
733b25e1
RR
2111 case wxTELETYPE:
2112 {
2b5f62a0
VZ
2113 if ((Style == wxITALIC) && (Weight == wxBOLD)) name = wxT("CourBoO.afm");
2114 else if ((Style != wxITALIC) && (Weight == wxBOLD)) name = wxT("CourBo.afm");
2115 else if ((Style == wxITALIC) && (Weight != wxBOLD)) name = wxT("CourO.afm");
2116 else name = wxT("Cour.afm");
afce4c03 2117 break;
733b25e1 2118 }
afce4c03 2119 case wxROMAN:
733b25e1 2120 {
2b5f62a0
VZ
2121 if ((Style == wxITALIC) && (Weight == wxBOLD)) name = wxT("TimesBoO.afm");
2122 else if ((Style != wxITALIC) && (Weight == wxBOLD)) name = wxT("TimesBo.afm");
2123 else if ((Style == wxITALIC) && (Weight != wxBOLD)) name = wxT("TimesO.afm");
2124 else name = wxT("TimesRo.afm");
afce4c03 2125 break;
733b25e1
RR
2126 }
2127 case wxSCRIPT:
2128 {
2b5f62a0 2129 name = wxT("Zapf.afm");
999836aa 2130 break;
733b25e1
RR
2131 }
2132 case wxSWISS:
afce4c03 2133 default:
733b25e1 2134 {
2b5f62a0
VZ
2135 if ((Style == wxITALIC) && (Weight == wxBOLD)) name = wxT("HelvBoO.afm");
2136 else if ((Style != wxITALIC) && (Weight == wxBOLD)) name = wxT("HelvBo.afm");
2137 else if ((Style == wxITALIC) && (Weight != wxBOLD)) name = wxT("HelvO.afm");
2138 else name = wxT("Helv.afm");
afce4c03 2139 break;
733b25e1 2140 }
afce4c03 2141 }
36b3b54a 2142
eba33006 2143 FILE *afmFile = NULL;
a47391f3 2144
d36d1be9
VZ
2145 // Get the directory of the AFM files
2146 wxString afmName;
2147
2148 // VZ: I don't know if the cast always works under Unix but it clearly
2149 // never does under Windows where the pointer is
2150 // wxWindowsPrintNativeData and so calling GetFontMetricPath() on
2151 // it just crashes
2152#ifndef __WIN32__
32b13913 2153 wxPostScriptPrintNativeData *data =
398c701f 2154 wxDynamicCast(m_printData.GetNativeData(), wxPostScriptPrintNativeData);
32b13913 2155
398c701f 2156 if (data && !data->GetFontMetricPath().empty())
72cdf4c9 2157 {
8850cbd3 2158 afmName = data->GetFontMetricPath();
eba33006 2159 afmName << wxFILE_SEP_PATH << name;
d361e74e 2160 }
d36d1be9 2161#endif // __WIN32__
72cdf4c9 2162
d36d1be9
VZ
2163 if ( !afmName.empty() )
2164 afmFile = wxFopen(afmName, wxT("r"));
2165
d36d1be9
VZ
2166 if ( !afmFile )
2167 {
2168#if defined(__UNIX__) && !defined(__VMS__)
2c18f21d 2169 afmName = wxGetDataDir();
d36d1be9
VZ
2170#else // !__UNIX__
2171 afmName = wxStandardPaths::Get().GetDataDir();
2172#endif // __UNIX__/!__UNIX__
2173
3e469ea3 2174 afmName << wxFILE_SEP_PATH
733b25e1
RR
2175#if defined(__LINUX__) || defined(__FREEBSD__)
2176 << wxT("gs_afm") << wxFILE_SEP_PATH
2177#else
021e0f21 2178 << wxT("afm") << wxFILE_SEP_PATH
733b25e1
RR
2179#endif
2180 << name;
392857fb 2181 afmFile = wxFopen(afmName,wxT("r"));
3e469ea3 2182 }
479cd5de 2183
eba33006
RR
2184 /* 2. open and process the file
2185 / a short explanation of the AFM format:
2186 / we have for each character a line, which gives its size
2187 / e.g.:
2188 /
2189 / C 63 ; WX 444 ; N question ; B 49 -14 395 676 ;
2190 /
2191 / that means, we have a character with ascii code 63, and width
2192 / (444/1000 * fontSize) points.
2193 / the other data is ignored for now!
2194 /
2195 / when the font has changed, we read in the right AFM file and store the
2196 / character widths in an array, which is processed below (see point 3.). */
385bcb35 2197 if (afmFile==NULL)
36b3b54a 2198 {
ccbfa8ec 2199 wxLogDebug( wxT("GetTextExtent: can't open AFM file '%s'"), afmName.c_str() );
48c31b28 2200 wxLogDebug( wxT(" using approximate values"));
36b3b54a
RR
2201 for (int i=0; i<256; i++) lastWidths[i] = 500; /* an approximate value */
2202 lastDescender = -150; /* dito. */
ed880dd4 2203 }
afce4c03
VZ
2204 else
2205 {
36b3b54a
RR
2206 /* init the widths array */
2207 for(int i=0; i<256; i++) lastWidths[i] = INT_MIN;
2208 /* some variables for holding parts of a line */
32b13913
WS
2209 char cString[10], semiString[10], WXString[10];
2210 char descString[20];
2211 char upString[30], utString[30];
2212 char encString[50];
36b3b54a
RR
2213 char line[256];
2214 int ascii,cWidth;
2215 /* read in the file and parse it */
2216 while(fgets(line,sizeof(line),afmFile)!=NULL)
afce4c03 2217 {
36b3b54a 2218 /* A.) check for descender definition */
021e0f21 2219 if (strncmp(line,"Descender",9)==0)
afce4c03 2220 {
36b3b54a 2221 if ((sscanf(line,"%s%d",descString,&lastDescender)!=2) ||
021e0f21 2222 (strcmp(descString,"Descender")!=0))
afce4c03 2223 {
ccbfa8ec 2224 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (bad descender)"), afmName.c_str(),line );
36b3b54a
RR
2225 }
2226 }
2227 /* JC 1.) check for UnderlinePosition */
021e0f21 2228 else if(strncmp(line,"UnderlinePosition",17)==0)
afce4c03 2229 {
36b3b54a 2230 if ((sscanf(line,"%s%lf",upString,&UnderlinePosition)!=2) ||
021e0f21 2231 (strcmp(upString,"UnderlinePosition")!=0))
afce4c03 2232 {
ccbfa8ec 2233 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (bad UnderlinePosition)"), afmName.c_str(), line );
36b3b54a
RR
2234 }
2235 }
afce4c03 2236 /* JC 2.) check for UnderlineThickness */
021e0f21 2237 else if(strncmp(line,"UnderlineThickness",18)==0)
afce4c03 2238 {
36b3b54a 2239 if ((sscanf(line,"%s%lf",utString,&UnderlineThickness)!=2) ||
021e0f21 2240 (strcmp(utString,"UnderlineThickness")!=0))
afce4c03 2241 {
ccbfa8ec 2242 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (bad UnderlineThickness)"), afmName.c_str(), line );
36b3b54a
RR
2243 }
2244 }
afce4c03 2245 /* JC 3.) check for EncodingScheme */
021e0f21 2246 else if(strncmp(line,"EncodingScheme",14)==0)
afce4c03 2247 {
36b3b54a 2248 if ((sscanf(line,"%s%s",utString,encString)!=2) ||
021e0f21 2249 (strcmp(utString,"EncodingScheme")!=0))
afce4c03 2250 {
ccbfa8ec 2251 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (bad EncodingScheme)"), afmName.c_str(), line );
36b3b54a 2252 }
021e0f21 2253 else if (strncmp(encString, "AdobeStandardEncoding", 21))
36b3b54a 2254 {
ccbfa8ec 2255 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (unsupported EncodingScheme %s)"),
3e469ea3 2256 afmName.c_str(),line, encString);
36b3b54a
RR
2257 }
2258 }
2259 /* B.) check for char-width */
021e0f21 2260 else if(strncmp(line,"C ",2)==0)
afce4c03 2261 {
36b3b54a 2262 if (sscanf(line,"%s%d%s%s%d",cString,&ascii,semiString,WXString,&cWidth)!=5)
afce4c03 2263 {
ccbfa8ec 2264 wxLogDebug(wxT("AFM-file '%s': line '%s' has an error (bad character width)"),afmName.c_str(),line);
36b3b54a 2265 }
021e0f21 2266 if(strcmp(cString,"C")!=0 || strcmp(semiString,";")!=0 || strcmp(WXString,"WX")!=0)
afce4c03 2267 {
ccbfa8ec 2268 wxLogDebug(wxT("AFM-file '%s': line '%s' has a format error"),afmName.c_str(),line);
36b3b54a
RR
2269 }
2270 /* printf(" char '%c'=%d has width '%d'\n",ascii,ascii,cWidth); */
2271 if (ascii>=0 && ascii<256)
afce4c03 2272 {
36b3b54a
RR
2273 lastWidths[ascii] = cWidth; /* store width */
2274 }
afce4c03
VZ
2275 else
2276 {
2277 /* MATTHEW: this happens a lot; don't print an error */
48c31b28 2278 /* wxLogDebug("AFM-file '%s': ASCII value %d out of range",afmName.c_str(),ascii); */
36b3b54a
RR
2279 }
2280 }
2281 /* C.) ignore other entries. */
2282 }
2283 fclose(afmFile);
ed880dd4 2284 }
36b3b54a 2285 /* hack to compute correct values for german 'Umlaute'
afce4c03
VZ
2286 / the correct way would be to map the character names
2287 / like 'adieresis' to corresp. positions of ISOEnc and read
2288 / these values from AFM files, too. Maybe later ... */
b52e49f5
VZ
2289
2290 // NB: casts to int are needed to suppress gcc 3.3 warnings
2291