1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/generic/dcpsg.cpp
3 // Purpose: Generic wxPostScriptDC implementation
4 // Author: Julian Smart, Robert Roebling, Markus Holzhem
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #include "wx/wxprec.h"
18 #if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT
20 #include "wx/generic/dcpsg.h"
26 #include "wx/dcmemory.h"
32 #include "wx/prntbase.h"
33 #include "wx/generic/prntdlgg.h"
35 #include "wx/filefn.h"
36 #include "wx/stdpaths.h"
58 //-----------------------------------------------------------------------------
59 // start and end of document/page
60 //-----------------------------------------------------------------------------
62 static const char *wxPostScriptHeaderConicTo
= "\
66 /conic_cntrl_y exch def\n\
67 /conic_cntrl_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\
79 static const char *wxPostScriptHeaderEllipse
= "\
80 /ellipsedict 8 dict def\n\
81 ellipsedict /mtrx matrix put\n\
85 /startangle exch def\n\
90 /savematrix mtrx currentmatrix def\n\
93 0 0 1 startangle endangle arc\n\
94 savematrix setmatrix\n\
99 static const char *wxPostScriptHeaderEllipticArc
= "\
100 /ellipticarcdict 8 dict def\n\
101 ellipticarcdict /mtrx matrix put\n\
103 { ellipticarcdict begin\n\
105 /endangle exch def\n\
106 /startangle exch def\n\
111 /savematrix mtrx currentmatrix def\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\
121 static const char *wxPostScriptHeaderSpline
= "\
122 /DrawSplineSection {\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\
134 xa ya xb yb x3 y3 curveto\n\
138 static const char *wxPostScriptHeaderColourImage
= "\
139 % define 'colorimage' if it isn't defined\n\
140 % ('colortogray' and 'mergeprocs' come from xwd2ps\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\
147 rgbdata length 3 idiv\n\
148 /npixls exch store\n\
150 0 1 npixls 1 sub {\n\
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\
157 /rgbindx rgbindx 3 add store\n\
159 grays 0 npixls getinterval\n\
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\
166 /mergeprocs { % def\n\
185 /colorimage { % def\n\
186 pop pop % remove 'false 3' operands\n\
187 {colortogray} mergeprocs\n\
190 } ifelse % end of 'false' case\n\
193 static char wxPostScriptHeaderReencodeISO1
[] =
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"
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";
217 static 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"
234 //-------------------------------------------------------------------------------
236 //-------------------------------------------------------------------------------
239 static const double RAD2DEG
= 180.0 / M_PI
;
241 // we don't want to use only 72 dpi from PS print
242 static const int DPI
= 600;
243 static const double PS2DEV
= 600.0 / 72.0;
244 static const double DEV2PS
= 72.0 / 600.0;
246 #define XLOG2DEV(x) ((double)(LogicalToDeviceX(x)) * DEV2PS)
247 #define XLOG2DEVREL(x) ((double)(LogicalToDeviceXRel(x)) * DEV2PS)
248 #define YLOG2DEV(x) ((m_pageHeight - (double)LogicalToDeviceY(x)) * DEV2PS)
249 #define YLOG2DEVREL(x) ((double)(LogicalToDeviceYRel(x)) * DEV2PS)
251 IMPLEMENT_DYNAMIC_CLASS(wxPostScriptDC
, wxDC
)
253 //-------------------------------------------------------------------------------
255 void wxPostScriptDC::SetResolution(int ppi
)
259 int wxPostScriptDC::GetResolution()
264 wxPostScriptDC::wxPostScriptDC ()
266 m_pstream
= (FILE*) NULL
;
276 m_underlinePosition
= 0.0;
277 m_underlineThickness
= 0.0;
279 m_pageHeight
= 842 * PS2DEV
;
282 wxPostScriptDC::wxPostScriptDC (const wxPrintData
& printData
)
284 m_pstream
= (FILE*) NULL
;
294 m_underlinePosition
= 0.0;
295 m_underlineThickness
= 0.0;
297 // this calculates m_pageHeight required for
298 // taking the inverted Y axis into account
299 SetPrintData( printData
);
304 wxPostScriptDC::~wxPostScriptDC ()
309 m_pstream
= (FILE*) NULL
;
313 bool wxPostScriptDC::IsOk() const
318 void wxPostScriptDC::DoSetClippingRegion (wxCoord x
, wxCoord y
, wxCoord w
, wxCoord h
)
320 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
322 if (m_clipping
) DestroyClippingRegion();
324 wxDC::DoSetClippingRegion(x
, y
, w
, h
);
329 buffer
.Printf( "gsave\n"
335 "closepath clip newpath\n",
336 XLOG2DEV(x
), YLOG2DEV(y
),
337 XLOG2DEV(x
+w
), YLOG2DEV(y
),
338 XLOG2DEV(x
+w
), YLOG2DEV(y
+h
),
339 XLOG2DEV(x
), YLOG2DEV(y
+h
) );
340 buffer
.Replace( ",", "." );
345 void wxPostScriptDC::DestroyClippingRegion()
347 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
352 PsPrint( "grestore\n" );
355 wxDC::DestroyClippingRegion();
358 void wxPostScriptDC::Clear()
360 // This should fail silently to avoid unnecessary
362 // wxFAIL_MSG( wxT("wxPostScriptDC::Clear not implemented.") );
365 bool wxPostScriptDC::DoFloodFill (wxCoord
WXUNUSED(x
), wxCoord
WXUNUSED(y
), const wxColour
&WXUNUSED(col
), int WXUNUSED(style
))
367 wxFAIL_MSG( wxT("wxPostScriptDC::FloodFill not implemented.") );
371 bool wxPostScriptDC::DoGetPixel (wxCoord
WXUNUSED(x
), wxCoord
WXUNUSED(y
), wxColour
* WXUNUSED(col
)) const
373 wxFAIL_MSG( wxT("wxPostScriptDC::GetPixel not implemented.") );
377 void wxPostScriptDC::DoCrossHair (wxCoord
WXUNUSED(x
), wxCoord
WXUNUSED(y
))
379 wxFAIL_MSG( wxT("wxPostScriptDC::CrossHair not implemented.") );
382 void wxPostScriptDC::DoDrawLine (wxCoord x1
, wxCoord y1
, wxCoord x2
, wxCoord y2
)
384 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
386 if (m_pen
.GetStyle() == wxTRANSPARENT
) return;
391 buffer
.Printf( "newpath\n"
395 XLOG2DEV(x1
), YLOG2DEV(y1
),
396 XLOG2DEV(x2
), YLOG2DEV(y2
) );
397 buffer
.Replace( ",", "." );
400 CalcBoundingBox( x1
, y1
);
401 CalcBoundingBox( x2
, y2
);
404 void wxPostScriptDC::DoDrawArc (wxCoord x1
, wxCoord y1
, wxCoord x2
, wxCoord y2
, wxCoord xc
, wxCoord yc
)
406 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
408 wxCoord dx
= x1
- xc
;
409 wxCoord dy
= y1
- yc
;
410 double radius
= sqrt( (double)(dx
*dx
+dy
*dy
) );
411 double alpha1
, alpha2
;
413 if (x1
== x2
&& y1
== y2
)
418 else if ( wxIsNullDouble(radius
) )
425 alpha1
= (x1
- xc
== 0) ?
426 (y1
- yc
< 0) ? 90.0 : -90.0 :
427 -atan2(double(y1
-yc
), double(x1
-xc
)) * RAD2DEG
;
428 alpha2
= (x2
- xc
== 0) ?
429 (y2
- yc
< 0) ? 90.0 : -90.0 :
430 -atan2(double(y2
-yc
), double(x2
-xc
)) * RAD2DEG
;
432 while (alpha1
<= 0) alpha1
+= 360;
433 while (alpha2
<= 0) alpha2
+= 360; // adjust angles to be between
434 while (alpha1
> 360) alpha1
-= 360; // 0 and 360 degree
435 while (alpha2
> 360) alpha2
-= 360;
437 int i_radius
= wxRound( radius
);
439 if (m_brush
.GetStyle() != wxTRANSPARENT
)
444 buffer
.Printf( "newpath\n"
445 "%f %f %f %f %f %f ellipse\n"
449 XLOG2DEV(xc
), YLOG2DEV(yc
),
450 XLOG2DEVREL(i_radius
), YLOG2DEVREL(i_radius
),
452 XLOG2DEV(xc
), YLOG2DEV(yc
) );
453 buffer
.Replace( ",", "." );
456 CalcBoundingBox( xc
-i_radius
, yc
-i_radius
);
457 CalcBoundingBox( xc
+i_radius
, yc
+i_radius
);
460 if (m_pen
.GetStyle() != wxTRANSPARENT
)
465 buffer
.Printf( "newpath\n"
466 "%f %f %f %f %f %f ellipse\n"
470 XLOG2DEV(xc
), YLOG2DEV(yc
),
471 XLOG2DEVREL(i_radius
), YLOG2DEVREL(i_radius
),
473 XLOG2DEV(xc
), YLOG2DEV(yc
) );
474 buffer
.Replace( ",", "." );
477 CalcBoundingBox( xc
-i_radius
, yc
-i_radius
);
478 CalcBoundingBox( xc
+i_radius
, yc
+i_radius
);
482 void wxPostScriptDC::DoDrawEllipticArc(wxCoord x
,wxCoord y
,wxCoord w
,wxCoord h
,double sa
,double ea
)
484 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
486 if ( sa
>= 360 || sa
<= -360 )
487 sa
-= int(sa
/360)*360;
488 if ( ea
>= 360 || ea
<=- 360 )
489 ea
-= int(ea
/360)*360;
495 if ( wxIsSameDouble(sa
, ea
) )
497 DrawEllipse(x
,y
,w
,h
);
501 if (m_brush
.GetStyle () != wxTRANSPARENT
)
506 buffer
.Printf( "newpath\n"
507 "%f %f %f %f %f %f true ellipticarc\n",
508 XLOG2DEV(x
+w
/2), YLOG2DEV(y
+h
/2),
509 XLOG2DEVREL(w
/2), YLOG2DEVREL(h
/2),
511 buffer
.Replace( ",", "." );
514 CalcBoundingBox( x
,y
);
515 CalcBoundingBox( x
+w
, y
+h
);
518 if (m_pen
.GetStyle () != wxTRANSPARENT
)
523 buffer
.Printf( "newpath\n"
524 "%f %f %f %f %f %f false ellipticarc\n",
525 XLOG2DEV(x
+w
/2), YLOG2DEV(y
+h
/2),
526 XLOG2DEVREL(w
/2), YLOG2DEVREL(h
/2),
528 buffer
.Replace( ",", "." );
531 CalcBoundingBox( x
,y
);
532 CalcBoundingBox( x
+w
, y
+h
);
536 void wxPostScriptDC::DoDrawPoint (wxCoord x
, wxCoord y
)
538 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
540 if (m_pen
.GetStyle() == wxTRANSPARENT
) return;
545 buffer
.Printf( "newpath\n"
549 XLOG2DEV(x
), YLOG2DEV(y
),
550 XLOG2DEV(x
+1), YLOG2DEV(y
) );
551 buffer
.Replace( ",", "." );
554 CalcBoundingBox( x
, y
);
557 void wxPostScriptDC::DoDrawPolygon (int n
, wxPoint points
[], wxCoord xoffset
, wxCoord yoffset
, int fillStyle
)
559 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
563 if (m_brush
.GetStyle () != wxTRANSPARENT
)
567 PsPrint( "newpath\n" );
569 double xx
= XLOG2DEV(points
[0].x
+ xoffset
);
570 double yy
= YLOG2DEV(points
[0].y
+ yoffset
);
573 buffer
.Printf( "%f %f moveto\n", xx
, yy
);
574 buffer
.Replace( ",", "." );
577 CalcBoundingBox( points
[0].x
+ xoffset
, points
[0].y
+ yoffset
);
579 for (int i
= 1; i
< n
; i
++)
581 xx
= XLOG2DEV(points
[i
].x
+ xoffset
);
582 yy
= YLOG2DEV(points
[i
].y
+ yoffset
);
584 buffer
.Printf( "%f %f lineto\n", xx
, yy
);
585 buffer
.Replace( ",", "." );
588 CalcBoundingBox( points
[i
].x
+ xoffset
, points
[i
].y
+ yoffset
);
591 PsPrint( (fillStyle
== wxODDEVEN_RULE
? "eofill\n" : "fill\n") );
594 if (m_pen
.GetStyle () != wxTRANSPARENT
)
598 PsPrint( "newpath\n" );
600 double xx
= XLOG2DEV(points
[0].x
+ xoffset
);
601 double yy
= YLOG2DEV(points
[0].y
+ yoffset
);
604 buffer
.Printf( "%f %f moveto\n", xx
, yy
);
605 buffer
.Replace( ",", "." );
608 CalcBoundingBox( points
[0].x
+ xoffset
, points
[0].y
+ yoffset
);
610 for (int i
= 1; i
< n
; i
++)
612 xx
= XLOG2DEV(points
[i
].x
+ xoffset
);
613 yy
= YLOG2DEV(points
[i
].y
+ yoffset
);
615 buffer
.Printf( "%f %f lineto\n", xx
, yy
);
616 buffer
.Replace( ",", "." );
619 CalcBoundingBox( points
[i
].x
+ xoffset
, points
[i
].y
+ yoffset
);
622 PsPrint( "closepath\n" );
623 PsPrint( "stroke\n" );
627 void wxPostScriptDC::DoDrawPolyPolygon (int n
, int count
[], wxPoint points
[], wxCoord xoffset
, wxCoord yoffset
, int fillStyle
)
629 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
633 if (m_brush
.GetStyle () != wxTRANSPARENT
)
637 PsPrint( "newpath\n" );
640 for (int i
= 0; i
< n
; ofs
+= count
[i
++])
642 double xx
= XLOG2DEV(points
[ofs
].x
+ xoffset
);
643 double yy
= YLOG2DEV(points
[ofs
].y
+ yoffset
);
646 buffer
.Printf( "%f %f moveto\n", xx
, yy
);
647 buffer
.Replace( ",", "." );
650 CalcBoundingBox( points
[ofs
].x
+ xoffset
, points
[ofs
].y
+ yoffset
);
652 for (int j
= 1; j
< count
[i
]; j
++)
654 xx
= XLOG2DEV(points
[ofs
+j
].x
+ xoffset
);
655 yy
= YLOG2DEV(points
[ofs
+j
].y
+ yoffset
);
657 buffer
.Printf( "%f %f lineto\n", xx
, yy
);
658 buffer
.Replace( ",", "." );
661 CalcBoundingBox( points
[ofs
+j
].x
+ xoffset
, points
[ofs
+j
].y
+ yoffset
);
664 PsPrint( (fillStyle
== wxODDEVEN_RULE
? "eofill\n" : "fill\n") );
667 if (m_pen
.GetStyle () != wxTRANSPARENT
)
671 PsPrint( "newpath\n" );
674 for (int i
= 0; i
< n
; ofs
+= count
[i
++])
676 double xx
= XLOG2DEV(points
[ofs
].x
+ xoffset
);
677 double yy
= YLOG2DEV(points
[ofs
].y
+ yoffset
);
680 buffer
.Printf( "%f %f moveto\n", xx
, yy
);
681 buffer
.Replace( ",", "." );
684 CalcBoundingBox( points
[ofs
].x
+ xoffset
, points
[ofs
].y
+ yoffset
);
686 for (int j
= 1; j
< count
[i
]; j
++)
688 xx
= XLOG2DEV(points
[ofs
+j
].x
+ xoffset
);
689 yy
= YLOG2DEV(points
[ofs
+j
].y
+ yoffset
);
691 buffer
.Printf( "%f %f lineto\n", xx
, yy
);
692 buffer
.Replace( ",", "." );
695 CalcBoundingBox( points
[ofs
+j
].x
+ xoffset
, points
[ofs
+j
].y
+ yoffset
);
698 PsPrint( "closepath\n" );
699 PsPrint( "stroke\n" );
703 void wxPostScriptDC::DoDrawLines (int n
, wxPoint points
[], wxCoord xoffset
, wxCoord yoffset
)
705 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
707 if (m_pen
.GetStyle() == wxTRANSPARENT
) return;
714 for ( i
=0; i
<n
; i
++ )
715 CalcBoundingBox( points
[i
].x
+xoffset
, points
[i
].y
+yoffset
);
718 buffer
.Printf( "newpath\n"
720 XLOG2DEV(points
[0].x
+xoffset
),
721 YLOG2DEV(points
[0].y
+yoffset
) );
722 buffer
.Replace( ",", "." );
725 for (i
= 1; i
< n
; i
++)
727 buffer
.Printf( "%f %f lineto\n",
728 XLOG2DEV(points
[i
].x
+xoffset
),
729 YLOG2DEV(points
[i
].y
+yoffset
) );
730 buffer
.Replace( ",", "." );
734 PsPrint( "stroke\n" );
737 void wxPostScriptDC::DoDrawRectangle (wxCoord x
, wxCoord y
, wxCoord width
, wxCoord height
)
739 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
744 if (m_brush
.GetStyle () != wxTRANSPARENT
)
749 buffer
.Printf( "newpath\n"
756 XLOG2DEV(x
), YLOG2DEV(y
),
757 XLOG2DEV(x
+ width
), YLOG2DEV(y
),
758 XLOG2DEV(x
+ width
), YLOG2DEV(y
+ height
),
759 XLOG2DEV(x
), YLOG2DEV(y
+ height
) );
760 buffer
.Replace( ",", "." );
763 CalcBoundingBox( x
, y
);
764 CalcBoundingBox( x
+ width
, y
+ height
);
767 if (m_pen
.GetStyle () != wxTRANSPARENT
)
772 buffer
.Printf( "newpath\n"
779 XLOG2DEV(x
), YLOG2DEV(y
),
780 XLOG2DEV(x
+ width
), YLOG2DEV(y
),
781 XLOG2DEV(x
+ width
), YLOG2DEV(y
+ height
),
782 XLOG2DEV(x
), YLOG2DEV(y
+ height
) );
783 buffer
.Replace( ",", "." );
786 CalcBoundingBox( x
, y
);
787 CalcBoundingBox( x
+ width
, y
+ height
);
791 void wxPostScriptDC::DoDrawRoundedRectangle (wxCoord x
, wxCoord y
, wxCoord width
, wxCoord height
, double radius
)
793 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
800 // Now, a negative radius is interpreted to mean
801 // 'the proportion of the smallest X or Y dimension'
802 double smallest
= width
< height
? width
: height
;
803 radius
= (-radius
* smallest
);
806 wxCoord rad
= (wxCoord
) radius
;
808 if (m_brush
.GetStyle () != wxTRANSPARENT
)
812 /* Draw rectangle anticlockwise */
814 buffer
.Printf( "newpath\n"
815 "%f %f %f 90 180 arc\n"
817 "%f %f %f 180 270 arc\n"
819 "%f %f %f 270 0 arc\n"
821 "%f %f %f 0 90 arc\n"
825 XLOG2DEV(x
+ rad
), YLOG2DEV(y
+ rad
), XLOG2DEVREL(rad
),
826 XLOG2DEV(x
), YLOG2DEV(y
+ height
- rad
),
827 XLOG2DEV(x
+ rad
), YLOG2DEV(y
+ height
- rad
), XLOG2DEVREL(rad
),
828 XLOG2DEV(x
+ width
- rad
), YLOG2DEV(y
+ height
),
829 XLOG2DEV(x
+ width
- rad
), YLOG2DEV(y
+ height
- rad
), XLOG2DEVREL(rad
),
830 XLOG2DEV(x
+ width
), YLOG2DEV(y
+ rad
),
831 XLOG2DEV(x
+ width
- rad
), YLOG2DEV(y
+ rad
), XLOG2DEVREL(rad
),
832 XLOG2DEV(x
+ rad
), YLOG2DEV(y
) );
833 buffer
.Replace( ",", "." );
836 CalcBoundingBox( x
, y
);
837 CalcBoundingBox( x
+ width
, y
+ height
);
840 if (m_pen
.GetStyle () != wxTRANSPARENT
)
844 /* Draw rectangle anticlockwise */
846 buffer
.Printf( "newpath\n"
847 "%f %f %f 90 180 arc\n"
849 "%f %f %f 180 270 arc\n"
851 "%f %f %f 270 0 arc\n"
853 "%f %f %f 0 90 arc\n"
857 XLOG2DEV(x
+ rad
), YLOG2DEV(y
+ rad
), XLOG2DEVREL(rad
),
858 XLOG2DEV(x
), YLOG2DEV(y
+ height
- rad
),
859 XLOG2DEV(x
+ rad
), YLOG2DEV(y
+ height
- rad
), XLOG2DEVREL(rad
),
860 XLOG2DEV(x
+ width
- rad
), YLOG2DEV(y
+ height
),
861 XLOG2DEV(x
+ width
- rad
), YLOG2DEV(y
+ height
- rad
), XLOG2DEVREL(rad
),
862 XLOG2DEV(x
+ width
), YLOG2DEV(y
+ rad
),
863 XLOG2DEV(x
+ width
- rad
), YLOG2DEV(y
+ rad
), XLOG2DEVREL(rad
),
864 XLOG2DEV(x
+ rad
), YLOG2DEV(y
) );
865 buffer
.Replace( ",", "." );
868 CalcBoundingBox( x
, y
);
869 CalcBoundingBox( x
+ width
, y
+ height
);
873 void wxPostScriptDC::DoDrawEllipse (wxCoord x
, wxCoord y
, wxCoord width
, wxCoord height
)
875 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
880 if (m_brush
.GetStyle () != wxTRANSPARENT
)
885 buffer
.Printf( "newpath\n"
886 "%f %f %f %f 0 360 ellipse\n"
888 XLOG2DEV(x
+ width
/ 2), YLOG2DEV(y
+ height
/ 2),
889 XLOG2DEVREL(width
/ 2), YLOG2DEVREL(height
/ 2) );
890 buffer
.Replace( ",", "." );
893 CalcBoundingBox( x
- width
, y
- height
);
894 CalcBoundingBox( x
+ width
, y
+ height
);
897 if (m_pen
.GetStyle () != wxTRANSPARENT
)
902 buffer
.Printf( "newpath\n"
903 "%f %f %f %f 0 360 ellipse\n"
905 XLOG2DEV(x
+ width
/ 2), YLOG2DEV(y
+ height
/ 2),
906 XLOG2DEVREL(width
/ 2), YLOG2DEVREL(height
/ 2) );
907 buffer
.Replace( ",", "." );
910 CalcBoundingBox( x
- width
, y
- height
);
911 CalcBoundingBox( x
+ width
, y
+ height
);
915 void wxPostScriptDC::DoDrawIcon( const wxIcon
& icon
, wxCoord x
, wxCoord y
)
917 DrawBitmap( icon
, x
, y
, true );
920 /* this has to be char, not wxChar */
921 static char hexArray
[] = "0123456789ABCDEF";
923 void wxPostScriptDC::DoDrawBitmap( const wxBitmap
& bitmap
, wxCoord x
, wxCoord y
, bool WXUNUSED(useMask
) )
925 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
927 if (!bitmap
.Ok()) return;
929 wxImage image
= bitmap
.ConvertToImage();
931 if (!image
.Ok()) return;
933 wxCoord w
= image
.GetWidth();
934 wxCoord h
= image
.GetHeight();
936 double ww
= XLOG2DEVREL(image
.GetWidth());
937 double hh
= YLOG2DEVREL(image
.GetHeight());
939 double xx
= XLOG2DEV(x
);
940 double yy
= YLOG2DEV(y
+ bitmap
.GetHeight());
943 buffer
.Printf( "/origstate save def\n"
945 "/pix %d string def\n"
946 "/grays %d string def\n"
953 "{currentfile pix readhexstring pop}\n"
954 "false 3 colorimage\n",
955 w
, w
, xx
, yy
, ww
, hh
, w
, h
, w
, -h
, h
);
956 buffer
.Replace( ",", "." );
959 unsigned char* data
= image
.GetData();
961 // size of the buffer = width*rgb(3)*hexa(2)+'\n'
962 wxCharBuffer
charbuffer(w
*6 + 1);
963 int firstDigit
, secondDigit
;
966 for (int j
= 0; j
< h
; j
++)
968 char* bufferindex
= charbuffer
.data();
971 for (int i
= 0; i
< w
*3; i
++)
973 firstDigit
= (int)(*data
/16.0);
974 secondDigit
= (int)(*data
- (firstDigit
*16.0));
975 *(bufferindex
++) = hexArray
[firstDigit
];
976 *(bufferindex
++) = hexArray
[secondDigit
];
980 *(bufferindex
++) = '\n';
984 fwrite( charbuffer
, 1, strlen( charbuffer
), m_pstream
);
986 PsPrint( charbuffer
);
990 PsPrint( "origstate restore\n" );
993 void wxPostScriptDC::SetFont( const wxFont
& font
)
995 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
997 if (!font
.Ok()) return;
1001 int Style
= m_font
.GetStyle();
1002 int Weight
= m_font
.GetWeight();
1005 switch (m_font
.GetFamily())
1010 if (Style
== wxITALIC
)
1012 if (Weight
== wxBOLD
)
1013 name
= "/Courier-BoldOblique";
1015 name
= "/Courier-Oblique";
1019 if (Weight
== wxBOLD
)
1020 name
= "/Courier-Bold";
1028 if (Style
== wxITALIC
)
1030 if (Weight
== wxBOLD
)
1031 name
= "/Times-BoldItalic";
1033 name
= "/Times-Italic";
1037 if (Weight
== wxBOLD
)
1038 name
= "/Times-Bold";
1040 name
= "/Times-Roman";
1046 name
= "/ZapfChancery-MediumItalic";
1052 if (Style
== wxITALIC
)
1054 if (Weight
== wxBOLD
)
1055 name
= "/Helvetica-BoldOblique";
1057 name
= "/Helvetica-Oblique";
1061 if (Weight
== wxBOLD
)
1062 name
= "/Helvetica-Bold";
1064 name
= "/Helvetica";
1070 // We may legitimately call SetFont before BeginDoc
1075 PsPrint( " reencodeISO def\n" );
1077 PsPrint( " findfont\n" );
1080 double size
= (double) m_font
.GetPointSize();
1082 buffer
.Printf( "%f scalefont setfont\n", size
* DEV2PS
* m_scaleX
);
1083 buffer
.Replace( ",", "." );
1087 void wxPostScriptDC::SetPen( const wxPen
& pen
)
1089 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
1091 if (!pen
.Ok()) return;
1093 int oldStyle
= m_pen
.GetStyle();
1099 if (m_pen
.GetWidth() <= 0)
1102 width
= (double) m_pen
.GetWidth();
1105 buffer
.Printf( "%f setlinewidth\n", width
* DEV2PS
* m_scaleX
);
1106 buffer
.Replace( ",", "." );
1110 Line style - WRONG: 2nd arg is OFFSET
1112 Here, I'm afraid you do not conceive meaning of parameters of 'setdash'
1113 operator correctly. You should look-up this in the Red Book: the 2nd parame-
1114 ter is not number of values in the array of the first one, but an offset
1115 into this description of the pattern. I mean a real *offset* not index
1116 into array. I.e. If the command is [3 4] 1 setdash is used, then there
1117 will be first black line *2* units wxCoord, then space 4 units, then the
1118 pattern of *3* units black, 4 units space will be repeated.
1121 static const char *dotted
= "[2 5] 2";
1122 static const char *short_dashed
= "[4 4] 2";
1123 static const char *wxCoord_dashed
= "[4 8] 2";
1124 static const char *dotted_dashed
= "[6 6 2 6] 4";
1128 switch (m_pen
.GetStyle())
1130 case wxDOT
: psdash
= dotted
; break;
1131 case wxSHORT_DASH
: psdash
= short_dashed
; break;
1132 case wxLONG_DASH
: psdash
= wxCoord_dashed
; break;
1133 case wxDOT_DASH
: psdash
= dotted_dashed
; break;
1137 int nDashes
= m_pen
.GetDashes (&dashes
);
1139 for (int i
= 0; i
< nDashes
; ++i
)
1141 buffer
.Printf( "%d ", dashes
[i
] );
1144 PsPrint ("] 0 setdash\n");
1150 default: psdash
= "[] 0"; break;
1153 if ( psdash
&& (oldStyle
!= m_pen
.GetStyle()) )
1156 PsPrint( " setdash\n" );
1160 unsigned char red
= m_pen
.GetColour().Red();
1161 unsigned char blue
= m_pen
.GetColour().Blue();
1162 unsigned char green
= m_pen
.GetColour().Green();
1166 // Anything not white is black
1167 if (! (red
== (unsigned char) 255 &&
1168 blue
== (unsigned char) 255 &&
1169 green
== (unsigned char) 255) )
1171 red
= (unsigned char) 0;
1172 green
= (unsigned char) 0;
1173 blue
= (unsigned char) 0;
1178 if (!(red
== m_currentRed
&& green
== m_currentGreen
&& blue
== m_currentBlue
))
1180 double redPS
= (double)(red
) / 255.0;
1181 double bluePS
= (double)(blue
) / 255.0;
1182 double greenPS
= (double)(green
) / 255.0;
1185 buffer
.Printf( "%f %f %f setrgbcolor\n", redPS
, greenPS
, bluePS
);
1186 buffer
.Replace( ",", "." );
1190 m_currentBlue
= blue
;
1191 m_currentGreen
= green
;
1195 void wxPostScriptDC::SetBrush( const wxBrush
& brush
)
1197 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
1199 if (!brush
.Ok()) return;
1204 unsigned char red
= m_brush
.GetColour().Red();
1205 unsigned char blue
= m_brush
.GetColour().Blue();
1206 unsigned char green
= m_brush
.GetColour().Green();
1210 // Anything not white is black
1211 if (! (red
== (unsigned char) 255 &&
1212 blue
== (unsigned char) 255 &&
1213 green
== (unsigned char) 255) )
1215 red
= (unsigned char) 0;
1216 green
= (unsigned char) 0;
1217 blue
= (unsigned char) 0;
1222 if (!(red
== m_currentRed
&& green
== m_currentGreen
&& blue
== m_currentBlue
))
1224 double redPS
= (double)(red
) / 255.0;
1225 double bluePS
= (double)(blue
) / 255.0;
1226 double greenPS
= (double)(green
) / 255.0;
1229 buffer
.Printf( "%f %f %f setrgbcolor\n", redPS
, greenPS
, bluePS
);
1230 buffer
.Replace( ",", "." );
1234 m_currentBlue
= blue
;
1235 m_currentGreen
= green
;
1239 void wxPostScriptDC::DoDrawText( const wxString
& text
, wxCoord x
, wxCoord y
)
1241 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
1243 const wxWX2MBbuf textbuf
= text
.mb_str();
1247 if (m_textForegroundColour
.Ok())
1249 unsigned char red
= m_textForegroundColour
.Red();
1250 unsigned char blue
= m_textForegroundColour
.Blue();
1251 unsigned char green
= m_textForegroundColour
.Green();
1255 // Anything not white is black
1256 if (! (red
== (unsigned char) 255 &&
1257 blue
== (unsigned char) 255 &&
1258 green
== (unsigned char) 255))
1260 red
= (unsigned char) 0;
1261 green
= (unsigned char) 0;
1262 blue
= (unsigned char) 0;
1266 // maybe setgray here ?
1267 if (!(red
== m_currentRed
&& green
== m_currentGreen
&& blue
== m_currentBlue
))
1269 double redPS
= (double)(red
) / 255.0;
1270 double bluePS
= (double)(blue
) / 255.0;
1271 double greenPS
= (double)(green
) / 255.0;
1274 buffer
.Printf( "%f %f %f setrgbcolor\n", redPS
, greenPS
, bluePS
);
1275 buffer
.Replace( ",", "." );
1279 m_currentBlue
= blue
;
1280 m_currentGreen
= green
;
1284 wxCoord text_w
, text_h
, text_descent
;
1286 GetTextExtent(text
, &text_w
, &text_h
, &text_descent
);
1288 int size
= m_font
.GetPointSize();
1290 // wxCoord by = y + (wxCoord)floor( double(size) * 2.0 / 3.0 ); // approximate baseline
1291 // commented by V. Slavik and replaced by accurate version
1292 // - note that there is still rounding error in text_descent!
1293 wxCoord by
= y
+ size
- text_descent
; // baseline
1296 buffer
.Printf( "%f %f moveto\n", XLOG2DEV(x
), YLOG2DEV(by
) );
1297 buffer
.Replace( ",", "." );
1301 size_t len
= strlen(textbuf
);
1303 for (i
= 0; i
< len
; i
++)
1305 int c
= (unsigned char) textbuf
[i
];
1306 if (c
== ')' || c
== '(' || c
== '\\')
1308 /* Cope with special characters */
1310 PsPrint( (char) c
);
1312 else if ( c
>= 128 )
1314 /* Cope with character codes > 127 */
1315 buffer
.Printf( "\\%o", c
);
1320 PsPrint( (char) c
);
1324 PsPrint( ") show\n" );
1326 if (m_font
.GetUnderlined())
1328 wxCoord uy
= (wxCoord
)(y
+ size
- m_underlinePosition
);
1330 buffer
.Printf( "gsave\n"
1336 XLOG2DEV(x
), YLOG2DEV(uy
),
1337 m_underlineThickness
,
1338 XLOG2DEV(x
+ text_w
), YLOG2DEV(uy
) );
1339 buffer
.Replace( ",", "." );
1343 CalcBoundingBox( x
, y
);
1344 CalcBoundingBox( x
+ size
* text
.length() * 2/3 , y
);
1347 void wxPostScriptDC::DoDrawRotatedText( const wxString
& text
, wxCoord x
, wxCoord y
, double angle
)
1349 if ( wxIsNullDouble(angle
) )
1351 DoDrawText(text
, x
, y
);
1355 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
1359 if (m_textForegroundColour
.Ok())
1361 unsigned char red
= m_textForegroundColour
.Red();
1362 unsigned char blue
= m_textForegroundColour
.Blue();
1363 unsigned char green
= m_textForegroundColour
.Green();
1367 // Anything not white is black
1368 if (! (red
== (unsigned char) 255 &&
1369 blue
== (unsigned char) 255 &&
1370 green
== (unsigned char) 255))
1372 red
= (unsigned char) 0;
1373 green
= (unsigned char) 0;
1374 blue
= (unsigned char) 0;
1378 // maybe setgray here ?
1379 if (!(red
== m_currentRed
&& green
== m_currentGreen
&& blue
== m_currentBlue
))
1381 double redPS
= (double)(red
) / 255.0;
1382 double bluePS
= (double)(blue
) / 255.0;
1383 double greenPS
= (double)(green
) / 255.0;
1386 buffer
.Printf( "%f %f %f setrgbcolor\n", redPS
, greenPS
, bluePS
);
1387 buffer
.Replace( ",", "." );
1391 m_currentBlue
= blue
;
1392 m_currentGreen
= green
;
1396 int size
= m_font
.GetPointSize();
1399 buffer
.Printf( "%f %f moveto\n", XLOG2DEV(x
), YLOG2DEV(y
));
1400 buffer
.Replace( ",", "." );
1403 buffer
.Printf( "%f rotate\n", angle
);
1404 buffer
.Replace( ",", "." );
1408 const wxWX2MBbuf textbuf
= text
.mb_str();
1409 size_t len
= strlen(textbuf
);
1411 for (i
= 0; i
< len
; i
++)
1413 int c
= (unsigned char) textbuf
[i
];
1414 if (c
== ')' || c
== '(' || c
== '\\')
1416 /* Cope with special characters */
1418 PsPrint( (char) c
);
1420 else if ( c
>= 128 )
1422 /* Cope with character codes > 127 */
1423 buffer
.Printf( "\\%o", c
);
1428 PsPrint( (char) c
);
1432 PsPrint( ") show\n" );
1434 buffer
.Printf( "%f rotate\n", -angle
);
1435 buffer
.Replace( ",", "." );
1438 if (m_font
.GetUnderlined())
1440 wxCoord uy
= (wxCoord
)(y
+ size
- m_underlinePosition
);
1442 GetTextExtent(text
, &w
, &h
);
1451 XLOG2DEV(x
), YLOG2DEV(uy
),
1452 m_underlineThickness
,
1453 XLOG2DEV(x
+ w
), YLOG2DEV(uy
) );
1454 buffer
.Replace( ",", "." );
1458 CalcBoundingBox( x
, y
);
1459 CalcBoundingBox( x
+ size
* text
.length() * 2/3 , y
);
1462 void wxPostScriptDC::SetBackground (const wxBrush
& brush
)
1464 m_backgroundBrush
= brush
;
1467 void wxPostScriptDC::SetLogicalFunction (int WXUNUSED(function
))
1469 wxFAIL_MSG( wxT("wxPostScriptDC::SetLogicalFunction not implemented.") );
1473 void wxPostScriptDC::DoDrawSpline( const wxPointList
*points
)
1475 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
1479 // a and b are not used
1481 double c
, d
, x1
, y1
, x2
, y2
, x3
, y3
;
1484 wxPointList::compatibility_iterator node
= points
->GetFirst();
1485 p
= node
->GetData();
1489 node
= node
->GetNext();
1490 p
= node
->GetData();
1497 (double)(x1
+ c
) / 2;
1502 (double)(y1
+ d
) / 2;
1505 buffer
.Printf( "newpath\n"
1508 XLOG2DEV(wxRound(x1
)), YLOG2DEV(wxRound(y1
)),
1509 XLOG2DEV(wxRound(x3
)), YLOG2DEV(wxRound(y3
)) );
1510 buffer
.Replace( ",", "." );
1513 CalcBoundingBox( (wxCoord
)x1
, (wxCoord
)y1
);
1514 CalcBoundingBox( (wxCoord
)x3
, (wxCoord
)y3
);
1516 node
= node
->GetNext();
1519 q
= node
->GetData();
1527 x3
= (double)(x2
+ c
) / 2;
1528 y3
= (double)(y2
+ d
) / 2;
1530 buffer
.Printf( "%f %f %f %f %f %f DrawSplineSection\n",
1531 XLOG2DEV(wxRound(x1
)), YLOG2DEV(wxRound(y1
)),
1532 XLOG2DEV(wxRound(x2
)), YLOG2DEV(wxRound(y2
)),
1533 XLOG2DEV(wxRound(x3
)), YLOG2DEV(wxRound(y3
)) );
1534 buffer
.Replace( ",", "." );
1537 CalcBoundingBox( (wxCoord
)x1
, (wxCoord
)y1
);
1538 CalcBoundingBox( (wxCoord
)x3
, (wxCoord
)y3
);
1540 node
= node
->GetNext();
1544 At this point, (x2,y2) and (c,d) are the position of the
1545 next-to-last and last point respectively, in the point list
1548 buffer
.Printf( "%f %f lineto\nstroke\n", XLOG2DEV(wxRound(c
)), YLOG2DEV(wxRound(d
)) );
1549 buffer
.Replace( ",", "." );
1552 #endif // wxUSE_SPLINES
1554 wxCoord
wxPostScriptDC::GetCharWidth() const
1556 // Chris Breeze: reasonable approximation using wxMODERN/Courier
1557 return (wxCoord
) (GetCharHeight() * 72.0 / 120.0);
1560 void wxPostScriptDC::SetPrintData(const wxPrintData
& data
)
1564 wxPaperSize id
= m_printData
.GetPaperId();
1565 wxPrintPaperType
*paper
= wxThePrintPaperDatabase
->FindPaperType(id
);
1566 if (!paper
) paper
= wxThePrintPaperDatabase
->FindPaperType(wxPAPER_A4
);
1571 w
= paper
->GetSizeDeviceUnits().x
;
1572 h
= paper
->GetSizeDeviceUnits().y
;
1575 if (m_printData
.GetOrientation() == wxLANDSCAPE
)
1576 m_pageHeight
= w
* PS2DEV
;
1578 m_pageHeight
= h
* PS2DEV
;
1583 void wxPostScriptDC::SetAxisOrientation( bool xLeftRight
, bool yBottomUp
)
1585 wxDCBase::SetAxisOrientation(xLeftRight
,yBottomUp
);
1588 void wxPostScriptDC::SetMapMode(int mode
)
1590 wxDCBase::SetMapMode(mode
);
1593 void wxPostScriptDC::SetUserScale(double x
, double y
)
1595 wxDCBase::SetUserScale(x
,y
);
1598 void wxPostScriptDC::SetLogicalScale(double x
, double y
)
1600 wxDCBase::SetLogicalScale(x
,y
);
1603 void wxPostScriptDC::SetLogicalOrigin(wxCoord x
, wxCoord y
)
1605 wxDCBase::SetLogicalOrigin(x
,y
);
1608 void wxPostScriptDC::SetDeviceOrigin(wxCoord x
, wxCoord y
)
1610 wxDCBase::SetDeviceOrigin(x
,y
);
1614 void wxPostScriptDC::ComputeScaleAndOrigin()
1616 const wxRealPoint
origScale(m_scaleX
, m_scaleY
);
1619 wxImplDC::ComputeScaleAndOrigin();
1621 wxDC::ComputeScaleAndOrigin();
1624 // If scale has changed call SetPen to recalulate the line width
1625 // and SetFont to recalculate font size
1626 if ( wxRealPoint(m_scaleX
, m_scaleY
) != origScale
&& m_pen
.IsOk() )
1633 void wxPostScriptDC::DoGetSize(int* width
, int* height
) const
1635 wxPaperSize id
= m_printData
.GetPaperId();
1637 wxPrintPaperType
*paper
= wxThePrintPaperDatabase
->FindPaperType(id
);
1639 if (!paper
) paper
= wxThePrintPaperDatabase
->FindPaperType(wxPAPER_A4
);
1645 w
= paper
->GetSizeDeviceUnits().x
;
1646 h
= paper
->GetSizeDeviceUnits().y
;
1649 if (m_printData
.GetOrientation() == wxLANDSCAPE
)
1657 *width
= wxRound( w
* PS2DEV
);
1660 *height
= wxRound( h
* PS2DEV
);
1663 void wxPostScriptDC::DoGetSizeMM(int *width
, int *height
) const
1665 wxPaperSize id
= m_printData
.GetPaperId();
1667 wxPrintPaperType
*paper
= wxThePrintPaperDatabase
->FindPaperType(id
);
1669 if (!paper
) paper
= wxThePrintPaperDatabase
->FindPaperType(wxPAPER_A4
);
1675 w
= paper
->GetWidth() / 10;
1676 h
= paper
->GetHeight() / 10;
1679 if (m_printData
.GetOrientation() == wxLANDSCAPE
)
1686 if (width
) *width
= w
;
1687 if (height
) *height
= h
;
1690 // Resolution in pixels per logical inch
1691 wxSize
wxPostScriptDC::GetPPI(void) const
1693 return wxSize( DPI
, DPI
);
1697 bool wxPostScriptDC::StartDoc( const wxString
& message
)
1699 wxCHECK_MSG( m_ok
, false, wxT("invalid postscript dc") );
1701 if (m_printData
.GetPrintMode() != wxPRINT_MODE_STREAM
)
1703 if (m_printData
.GetFilename() == wxEmptyString
)
1705 wxString filename
= wxGetTempFileName( wxT("ps") );
1706 m_printData
.SetFilename(filename
);
1709 m_pstream
= wxFopen( m_printData
.GetFilename(), wxT("w+") );
1713 wxLogError( _("Cannot open file for PostScript printing!"));
1724 PsPrint( "%!PS-Adobe-2.0\n" );
1726 buffer
.Printf( "%%%%Title: %s\n", m_title
);
1728 PsPrint( "%%Creator: wxWidgets PostScript renderer\n" );
1730 buffer
.Printf( "%%%%CreationDate: %s\n", wxNow() );
1733 if (m_printData
.GetOrientation() == wxLANDSCAPE
)
1734 PsPrint( "%%Orientation: Landscape\n" );
1736 PsPrint( "%%Orientation: Portrait\n" );
1738 const wxChar
*paper
;
1739 switch (m_printData
.GetPaperId())
1741 case wxPAPER_LETTER
: paper
= wxT("Letter"); break; // Letter: paper ""; 8 1/2 by 11 inches
1742 case wxPAPER_LEGAL
: paper
= wxT("Legal"); break; // Legal, 8 1/2 by 14 inches
1743 case wxPAPER_A4
: paper
= wxT("A4"); break; // A4 Sheet, 210 by 297 millimeters
1744 case wxPAPER_TABLOID
: paper
= wxT("Tabloid"); break; // Tabloid, 11 by 17 inches
1745 case wxPAPER_LEDGER
: paper
= wxT("Ledger"); break; // Ledger, 17 by 11 inches
1746 case wxPAPER_STATEMENT
: paper
= wxT("Statement"); break; // Statement, 5 1/2 by 8 1/2 inches
1747 case wxPAPER_EXECUTIVE
: paper
= wxT("Executive"); break; // Executive, 7 1/4 by 10 1/2 inches
1748 case wxPAPER_A3
: paper
= wxT("A3"); break; // A3 sheet, 297 by 420 millimeters
1749 case wxPAPER_A5
: paper
= wxT("A5"); break; // A5 sheet, 148 by 210 millimeters
1750 case wxPAPER_B4
: paper
= wxT("B4"); break; // B4 sheet, 250 by 354 millimeters
1751 case wxPAPER_B5
: paper
= wxT("B5"); break; // B5 sheet, 182-by-257-millimeter paper
1752 case wxPAPER_FOLIO
: paper
= wxT("Folio"); break; // Folio, 8-1/2-by-13-inch paper
1753 case wxPAPER_QUARTO
: paper
= wxT("Quaro"); break; // Quarto, 215-by-275-millimeter paper
1754 case wxPAPER_10X14
: paper
= wxT("10x14"); break; // 10-by-14-inch sheet
1755 default: paper
= wxT("A4");
1758 buffer
.Printf( "%%%%DocumentPaperSizes: %s\n", paper
);
1761 PsPrint( "%%EndComments\n\n" );
1763 PsPrint( "%%BeginProlog\n" );
1764 PsPrint( wxPostScriptHeaderConicTo
);
1765 PsPrint( wxPostScriptHeaderEllipse
);
1766 PsPrint( wxPostScriptHeaderEllipticArc
);
1767 PsPrint( wxPostScriptHeaderColourImage
);
1768 PsPrint( wxPostScriptHeaderReencodeISO1
);
1769 PsPrint( wxPostScriptHeaderReencodeISO2
);
1770 if (wxPostScriptHeaderSpline
)
1771 PsPrint( wxPostScriptHeaderSpline
);
1772 PsPrint( "%%EndProlog\n" );
1774 SetBrush( *wxBLACK_BRUSH
);
1775 SetPen( *wxBLACK_PEN
);
1776 SetBackground( *wxWHITE_BRUSH
);
1777 SetTextForeground( *wxBLACK
);
1779 // set origin according to paper size
1780 SetDeviceOrigin( 0,0 );
1786 void wxPostScriptDC::EndDoc ()
1788 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
1793 PsPrint( "grestore\n" );
1797 fclose( m_pstream
);
1798 m_pstream
= (FILE *) NULL
;
1802 // THE FOLLOWING HAS BEEN CONTRIBUTED BY Andy Fyfe <andy@hyperparallel.com>
1803 wxCoord wx_printer_translate_x
, wx_printer_translate_y
;
1804 double wx_printer_scale_x
, wx_printer_scale_y
;
1806 wx_printer_translate_x
= (wxCoord
)m_printData
.GetPrinterTranslateX();
1807 wx_printer_translate_y
= (wxCoord
)m_printData
.GetPrinterTranslateY();
1809 wx_printer_scale_x
= m_printData
.GetPrinterScaleX();
1810 wx_printer_scale_y
= m_printData
.GetPrinterScaleY();
1812 // Compute the bounding box. Note that it is in the default user
1813 // coordinate system, thus we have to convert the values.
1814 wxCoord minX
= (wxCoord
) XLOG2DEV(m_minX
);
1815 wxCoord minY
= (wxCoord
) YLOG2DEV(m_minY
);
1816 wxCoord maxX
= (wxCoord
) XLOG2DEV(m_maxX
);
1817 wxCoord maxY
= (wxCoord
) YLOG2DEV(m_maxY
);
1819 // LOG2DEV may have changed the minimum to maximum vice versa
1820 if ( minX
> maxX
) { wxCoord tmp
= minX
; minX
= maxX
; maxX
= tmp
; }
1821 if ( minY
> maxY
) { wxCoord tmp
= minY
; minY
= maxY
; maxY
= tmp
; }
1823 // account for used scaling (boundingbox is before scaling in ps-file)
1824 double scale_x
= m_printData
.GetPrinterScaleX() / ms_PSScaleFactor
;
1825 double scale_y
= m_printData
.GetPrinterScaleY() / ms_PSScaleFactor
;
1827 wxCoord llx
, lly
, urx
, ury
;
1828 llx
= (wxCoord
) ((minX
+wx_printer_translate_x
)*scale_x
);
1829 lly
= (wxCoord
) ((minY
+wx_printer_translate_y
)*scale_y
);
1830 urx
= (wxCoord
) ((maxX
+wx_printer_translate_x
)*scale_x
);
1831 ury
= (wxCoord
) ((maxY
+wx_printer_translate_y
)*scale_y
);
1832 // (end of bounding box computation)
1835 // If we're landscape, our sense of "x" and "y" is reversed.
1836 if (m_printData
.GetOrientation() == wxLANDSCAPE
)
1839 tmp
= llx
; llx
= lly
; lly
= tmp
;
1840 tmp
= urx
; urx
= ury
; ury
= tmp
;
1842 // We need either the two lines that follow, or we need to subtract
1843 // min_x from real_translate_y, which is commented out below.
1844 llx
= llx
- (wxCoord
)(m_minX
*wx_printer_scale_y
);
1845 urx
= urx
- (wxCoord
)(m_minX
*wx_printer_scale_y
);
1848 // The Adobe specifications call for integers; we round as to make
1849 // the bounding larger.
1850 PsPrintf( wxT("%%%%BoundingBox: %d %d %d %d\n"),
1851 (wxCoord
)floor((double)llx
), (wxCoord
)floor((double)lly
),
1852 (wxCoord
)ceil((double)urx
), (wxCoord
)ceil((double)ury
) );
1854 // To check the correctness of the bounding box, postscript commands
1855 // to draw a box corresponding to the bounding box are generated below.
1856 // But since we typically don't want to print such a box, the postscript
1857 // commands are generated within comments. These lines appear before any
1858 // adjustment of scale, rotation, or translation, and hence are in the
1859 // default user coordinates.
1860 PsPrint( "% newpath\n" );
1861 PsPrintf( wxT("%% %d %d moveto\n"), llx
, lly
);
1862 PsPrintf( wxT("%% %d %d lineto\n"), urx
, lly
);
1863 PsPrintf( wxT("%% %d %d lineto\n"), urx
, ury
);
1864 PsPrintf( wxT("%% %d %d lineto closepath stroke\n"), llx
, ury
);
1868 wxPostScriptPrintNativeData
*data
=
1869 (wxPostScriptPrintNativeData
*) m_printData
.GetNativeData();
1871 if (m_ok
&& (m_printData
.GetPrintMode() == wxPRINT_MODE_PRINTER
))
1874 command
+= data
->GetPrinterCommand();
1875 command
+= wxT(" ");
1876 command
+= data
->GetPrinterOptions();
1877 command
+= wxT(" ");
1878 command
+= m_printData
.GetFilename();
1880 wxExecute( command
, true );
1881 wxRemoveFile( m_printData
.GetFilename() );
1886 void wxPostScriptDC::StartPage()
1888 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
1891 buffer
.Printf( wxT("%%%%Page: %d\n"), m_pageNumber
++ );
1895 wxPostScriptPrintNativeData
*data
=
1896 (wxPostScriptPrintNativeData
*) m_printData
.GetNativeData();
1898 wxCoord translate_x
= (wxCoord
)data
->GetPrinterTranslateX();
1899 wxCoord translate_y
= (wxCoord
)data
->GetPrinterTranslateY();
1901 buffer
.Printf( "%d %d translate\n", translate_x
, translate_y
);
1904 double scale_x
= data
->GetPrinterScaleX();
1905 double scale_y
= data
->GetPrinterScaleY();
1907 buffer
.Printf( "%f %f scale\n", scale_x
, scale_y
);
1908 buffer
.Replace( ",", "." );
1913 // Each page starts with an "initgraphics" which resets the
1914 // transformation and so we need to rotate the page for
1915 // landscape printing)
1917 // I copied this one from a PostScript tutorial, but to no avail. RR.
1918 // PsPrint( "90 rotate llx neg ury nef translate\n" );
1920 if (m_printData
.GetOrientation() == wxLANDSCAPE
)
1921 PsPrint( "90 rotate\n" );
1924 void wxPostScriptDC::EndPage ()
1926 wxCHECK_RET( m_ok
, wxT("invalid postscript dc") );
1928 PsPrint( "showpage\n" );
1931 bool wxPostScriptDC::DoBlit( wxCoord xdest
, wxCoord ydest
,
1932 wxCoord fwidth
, wxCoord fheight
,
1934 wxCoord xsrc
, wxCoord ysrc
,
1935 int rop
, bool WXUNUSED(useMask
), wxCoord
WXUNUSED(xsrcMask
), wxCoord
WXUNUSED(ysrcMask
) )
1937 wxCHECK_MSG( m_ok
, false, wxT("invalid postscript dc") );
1939 wxCHECK_MSG( source
, false, wxT("invalid source dc") );
1941 /* blit into a bitmap */
1942 wxBitmap
bitmap( (int)fwidth
, (int)fheight
);
1944 memDC
.SelectObject(bitmap
);
1945 memDC
.Blit(0, 0, fwidth
, fheight
, source
, xsrc
, ysrc
, rop
); /* TODO: Blit transparently? */
1946 memDC
.SelectObject(wxNullBitmap
);
1948 /* draw bitmap. scaling and positioning is done there */
1949 DrawBitmap( bitmap
, xdest
, ydest
);
1954 wxCoord
wxPostScriptDC::GetCharHeight() const
1957 return m_font
.GetPointSize();
1962 void wxPostScriptDC::PsPrint( const wxString
& str
)
1964 const wxCharBuffer
psdata(str
.utf8_str());
1966 wxPostScriptPrintNativeData
*data
=
1967 (wxPostScriptPrintNativeData
*) m_printData
.GetNativeData();
1969 switch (m_printData
.GetPrintMode())
1972 // append to output stream
1973 case wxPRINT_MODE_STREAM
:
1975 wxOutputStream
* outputstream
= data
->GetOutputStream();
1976 wxCHECK_RET( outputstream
, wxT("invalid outputstream") );
1977 outputstream
->Write( psdata
, strlen( psdata
) );
1980 #endif // wxUSE_STREAMS
1982 // save data into file
1984 wxCHECK_RET( m_pstream
, wxT("invalid postscript dc") );
1985 fwrite( psdata
, 1, strlen( psdata
), m_pstream
);
1989 void wxPostScriptDC::DoGetTextExtent(const wxString
& string
,
1990 wxCoord
*x
, wxCoord
*y
,
1991 wxCoord
*descent
, wxCoord
*externalLeading
,
1992 const wxFont
*theFont
) const
1994 const wxFont
*fontToUse
= theFont
;
1996 if (!fontToUse
) fontToUse
= &m_font
;
1998 wxCHECK_RET( fontToUse
, wxT("GetTextExtent: no font defined") );
2004 if (descent
) (*descent
) = 0;
2005 if (externalLeading
) (*externalLeading
) = 0;
2011 const wxWX2MBbuf strbuf
= string
.mb_str();
2013 // conversion failed (non e.g. ISO characters)
2017 #if !wxUSE_AFM_FOR_POSTSCRIPT
2018 /* Provide a VERY rough estimate (avoid using it).
2019 * Produces accurate results for mono-spaced font
2020 * such as Courier (aka wxMODERN) */
2025 height
= fontToUse
->GetPointSize();
2028 *x
= strlen (strbuf
) * height
* 72 / 120;
2030 *y
= (wxCoord
) (height
* 1.32); /* allow for descender */
2031 if (descent
) *descent
= 0;
2032 if (externalLeading
) *externalLeading
= 0;
2035 /* method for calculating string widths in postscript:
2036 / read in the AFM (adobe font metrics) file for the
2037 / actual font, parse it and extract the character widths
2038 / and also the descender. this may be improved, but for now
2039 / it works well. the AFM file is only read in if the
2040 / font is changed. this may be chached in the future.
2041 / calls to GetTextExtent with the font unchanged are rather
2044 / for each font and style used there is an AFM file necessary.
2045 / currently i have only files for the roman font family.
2046 / I try to get files for the other ones!
2048 / CAVE: the size of the string is currently always calculated
2049 / in 'points' (1/72 of an inch). this should later on be
2050 / changed to depend on the mapping mode.
2051 / CAVE: the path to the AFM files must be set before calling this
2052 / fun3B3Bction. this is usually done by a call like the following:
2053 / wxSetAFMPath("d:\\wxw161\\afm\\");
2057 / wxPostScriptDC dc(NULL, true);
2059 / wxSetAFMPath("d:\\wxw161\\afm\\");
2060 / dc.StartDoc("Test");
2063 / dc.SetFont(new wxFont(10, wxROMAN, wxNORMAL, wxNORMAL));
2064 / dc.GetTextExtent("Hallo",&w,&h);
2069 / by steve (stefan.hammes@urz.uni-heidelberg.de)
2071 / updated: 14.05.95 */
2073 /* these static vars are for storing the state between calls */
2074 static int lastFamily
= INT_MIN
;
2075 static int lastSize
= INT_MIN
;
2076 static int lastStyle
= INT_MIN
;
2077 static int lastWeight
= INT_MIN
;
2078 static int lastDescender
= INT_MIN
;
2079 static int lastWidths
[256]; /* widths of the characters */
2081 double UnderlinePosition
= 0.0;
2082 double UnderlineThickness
= 0.0;
2084 // Get actual parameters
2085 int Family
= fontToUse
->GetFamily();
2086 int Size
= fontToUse
->GetPointSize();
2087 int Style
= fontToUse
->GetStyle();
2088 int Weight
= fontToUse
->GetWeight();
2090 // If we have another font, read the font-metrics
2091 if (Family
!=lastFamily
|| Size
!=lastSize
|| Style
!=lastStyle
|| Weight
!=lastWeight
)
2093 // Store actual values
2094 lastFamily
= Family
;
2097 lastWeight
= Weight
;
2106 if ((Style
== wxITALIC
) && (Weight
== wxBOLD
)) name
= wxT("CourBoO.afm");
2107 else if ((Style
!= wxITALIC
) && (Weight
== wxBOLD
)) name
= wxT("CourBo.afm");
2108 else if ((Style
== wxITALIC
) && (Weight
!= wxBOLD
)) name
= wxT("CourO.afm");
2109 else name
= wxT("Cour.afm");
2114 if ((Style
== wxITALIC
) && (Weight
== wxBOLD
)) name
= wxT("TimesBoO.afm");
2115 else if ((Style
!= wxITALIC
) && (Weight
== wxBOLD
)) name
= wxT("TimesBo.afm");
2116 else if ((Style
== wxITALIC
) && (Weight
!= wxBOLD
)) name
= wxT("TimesO.afm");
2117 else name
= wxT("TimesRo.afm");
2122 name
= wxT("Zapf.afm");
2128 if ((Style
== wxITALIC
) && (Weight
== wxBOLD
)) name
= wxT("HelvBoO.afm");
2129 else if ((Style
!= wxITALIC
) && (Weight
== wxBOLD
)) name
= wxT("HelvBo.afm");
2130 else if ((Style
== wxITALIC
) && (Weight
!= wxBOLD
)) name
= wxT("HelvO.afm");
2131 else name
= wxT("Helv.afm");
2136 FILE *afmFile
= NULL
;
2138 // Get the directory of the AFM files
2141 // VZ: I don't know if the cast always works under Unix but it clearly
2142 // never does under Windows where the pointer is
2143 // wxWindowsPrintNativeData and so calling GetFontMetricPath() on
2146 wxPostScriptPrintNativeData
*data
=
2147 wxDynamicCast(m_printData
.GetNativeData(), wxPostScriptPrintNativeData
);
2149 if (data
&& !data
->GetFontMetricPath().empty())
2151 afmName
= data
->GetFontMetricPath();
2152 afmName
<< wxFILE_SEP_PATH
<< name
;
2156 if ( !afmName
.empty() )
2157 afmFile
= wxFopen(afmName
, wxT("r"));
2161 #if defined(__UNIX__) && !defined(__VMS__)
2162 afmName
= wxGetDataDir();
2164 afmName
= wxStandardPaths::Get().GetDataDir();
2165 #endif // __UNIX__/!__UNIX__
2167 afmName
<< wxFILE_SEP_PATH
2168 #if defined(__LINUX__) || defined(__FREEBSD__)
2169 << wxT("gs_afm") << wxFILE_SEP_PATH
2171 << wxT("afm") << wxFILE_SEP_PATH
2174 afmFile
= wxFopen(afmName
,wxT("r"));
2177 /* 2. open and process the file
2178 / a short explanation of the AFM format:
2179 / we have for each character a line, which gives its size
2182 / C 63 ; WX 444 ; N question ; B 49 -14 395 676 ;
2184 / that means, we have a character with ascii code 63, and width
2185 / (444/1000 * fontSize) points.
2186 / the other data is ignored for now!
2188 / when the font has changed, we read in the right AFM file and store the
2189 / character widths in an array, which is processed below (see point 3.). */
2192 wxLogDebug( wxT("GetTextExtent: can't open AFM file '%s'"), afmName
.c_str() );
2193 wxLogDebug( wxT(" using approximate values"));
2194 for (int i
=0; i
<256; i
++) lastWidths
[i
] = 500; /* an approximate value */
2195 lastDescender
= -150; /* dito. */
2199 /* init the widths array */
2200 for(int i
=0; i
<256; i
++) lastWidths
[i
] = INT_MIN
;
2201 /* some variables for holding parts of a line */
2202 char cString
[10], semiString
[10], WXString
[10];
2203 char descString
[20];
2204 char upString
[30], utString
[30];
2208 /* read in the file and parse it */
2209 while(fgets(line
,sizeof(line
),afmFile
)!=NULL
)
2211 /* A.) check for descender definition */
2212 if (strncmp(line
,"Descender",9)==0)
2214 if ((sscanf(line
,"%s%d",descString
,&lastDescender
)!=2) ||
2215 (strcmp(descString
,"Descender")!=0))
2217 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (bad descender)"), afmName
.c_str(),line
);
2220 /* JC 1.) check for UnderlinePosition */
2221 else if(strncmp(line
,"UnderlinePosition",17)==0)
2223 if ((sscanf(line
,"%s%lf",upString
,&UnderlinePosition
)!=2) ||
2224 (strcmp(upString
,"UnderlinePosition")!=0))
2226 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (bad UnderlinePosition)"), afmName
.c_str(), line
);
2229 /* JC 2.) check for UnderlineThickness */
2230 else if(strncmp(line
,"UnderlineThickness",18)==0)
2232 if ((sscanf(line
,"%s%lf",utString
,&UnderlineThickness
)!=2) ||
2233 (strcmp(utString
,"UnderlineThickness")!=0))
2235 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (bad UnderlineThickness)"), afmName
.c_str(), line
);
2238 /* JC 3.) check for EncodingScheme */
2239 else if(strncmp(line
,"EncodingScheme",14)==0)
2241 if ((sscanf(line
,"%s%s",utString
,encString
)!=2) ||
2242 (strcmp(utString
,"EncodingScheme")!=0))
2244 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (bad EncodingScheme)"), afmName
.c_str(), line
);
2246 else if (strncmp(encString
, "AdobeStandardEncoding", 21))
2248 wxLogDebug( wxT("AFM-file '%s': line '%s' has error (unsupported EncodingScheme %s)"),
2249 afmName
.c_str(),line
, encString
);
2252 /* B.) check for char-width */
2253 else if(strncmp(line
,"C ",2)==0)
2255 if (sscanf(line
,"%s%d%s%s%d",cString
,&ascii
,semiString
,WXString
,&cWidth
)!=5)
2257 wxLogDebug(wxT("AFM-file '%s': line '%s' has an error (bad character width)"),afmName
.c_str(),line
);
2259 if(strcmp(cString
,"C")!=0 || strcmp(semiString
,";")!=0 || strcmp(WXString
,"WX")!=0)
2261 wxLogDebug(wxT("AFM-file '%s': line '%s' has a format error"),afmName
.c_str(),line
);
2263 /* printf(" char '%c'=%d has width '%d'\n",ascii,ascii,cWidth); */
2264 if (ascii
>=0 && ascii
<256)
2266 lastWidths
[ascii
] = cWidth
; /* store width */
2270 /* MATTHEW: this happens a lot; don't print an error */
2271 /* wxLogDebug("AFM-file '%s': ASCII value %d out of range",afmName.c_str(),ascii); */
2274 /* C.) ignore other entries. */
2278 /* hack to compute correct values for german 'Umlaute'
2279 / the correct way would be to map the character names
2280 / like 'adieresis' to corresp. positions of ISOEnc and read
2281 / these values from AFM files, too. Maybe later ... */
2283 // NB: casts to int are needed to suppress gcc 3.3 warnings
2284 lastWidths
[196] = lastWidths
[(int)'A']; // Ä
2285 lastWidths
[228] = lastWidths
[(int)'a']; // ä
2286 lastWidths
[214] = lastWidths
[(int)'O']; // Ö
2287 lastWidths
[246] = lastWidths
[(int)'o']; // ö
2288 lastWidths
[220] = lastWidths
[(int)'U']; // Ü
2289 lastWidths
[252] = lastWidths
[(int)'u']; // ü
2290 lastWidths
[223] = lastWidths
[(int)251]; // ß
2292 /* JC: calculate UnderlineThickness/UnderlinePosition */
2294 // VS: dirty, but is there any better solution?
2296 pt
= (double*) &m_underlinePosition
;
2297 *pt
= YLOG2DEVREL((wxCoord
)(UnderlinePosition
* fontToUse
->GetPointSize())) / 1000.0f
;
2298 pt
= (double*) &m_underlineThickness
;
2299 *pt
= YLOG2DEVREL((wxCoord
)(UnderlineThickness
* fontToUse
->GetPointSize())) / 1000.0f
;
2304 /* 3. now the font metrics are read in, calc size this
2305 / is done by adding the widths of the characters in the
2306 / string. they are given in 1/1000 of the size! */
2309 wxCoord height
=Size
; /* by default */
2311 for(p
=(unsigned char *)wxMBSTRINGCAST strbuf
; *p
; p
++)
2313 if(lastWidths
[*p
]== INT_MIN
)
2315 wxLogDebug(wxT("GetTextExtent: undefined width for character '%c' (%d)"), *p
,*p
);
2316 sum
+= lastWidths
[(unsigned char)' ']; /* assume space */
2320 sum
+= lastWidths
[*p
];
2324 double widthSum
= sum
;
2326 widthSum
/= 1000.0F
;
2328 /* add descender to height (it is usually a negative value) */
2329 //if (lastDescender != INT_MIN)
2331 // height += (wxCoord)(((-lastDescender)/1000.0F) * Size); /* MATTHEW: forgot scale */
2333 // - commented by V. Slavik - height already contains descender in it
2334 // (judging from few experiments)
2336 /* return size values */
2338 *x
= (wxCoord
)widthSum
;
2342 /* return other parameters */
2345 if(lastDescender
!=INT_MIN
)
2347 *descent
= (wxCoord
)(((-lastDescender
)/1000.0F
) * Size
); /* MATTHEW: forgot scale */
2355 /* currently no idea how to calculate this! */
2356 if (externalLeading
) *externalLeading
= 0;
2362 #endif // wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT