#define semicolon wxString(wxT(";"))
#define wx_round(a) (int)((a)+.5)
-static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } ;
+static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; }
wxString wxColStr ( wxColour c )
{
{
// quarter 640x480 screen display at 72 dpi
Init (f,320,240,72.0);
-};
+}
wxSVGFileDC::wxSVGFileDC (wxString f, int Width, int Height)
{
Init (f,Width,Height,72.0);
-};
+}
wxSVGFileDC::wxSVGFileDC (wxString f, int Width, int Height, float dpi)
{
Init (f,Width,Height,dpi);
-};
+}
wxSVGFileDC::~wxSVGFileDC()
{
CalcBoundingBox(x1, y1) ;
CalcBoundingBox(x2, y2) ;
return;
-};
+}
void wxSVGFileDC::DoDrawLines(int n, wxPoint points[], wxCoord xoffset , wxCoord yoffset )
{
}
-void wxSVGFileDC::DoGetTextExtent(const wxString& string, wxCoord *w, wxCoord *h, wxCoord *descent , wxCoord *externalLeading , wxFont *font) const
+void wxSVGFileDC::DoGetTextExtent(const wxString& string, wxCoord *w, wxCoord *h, wxCoord *descent , wxCoord *externalLeading , const wxFont *font) const
{
wxScreenDC sDC ;
}
-int wxSVGFileDC::GetMapMode()
+int wxSVGFileDC::GetMapMode() const
{
return m_mappingMode ;
}