bool IsOk() const;
virtual void* GetCairoContext() const;
-
+ virtual void* GetHandle() const;
+
bool CanDrawBitmap() const { return true; }
void Clear();
void SetFont( const wxFont& font );
void SetPalette(const wxPalette& WXUNUSED(palette)) { }
void SetResolution(int ppi);
- // overriden for wxPrinterDC Impl
+ // overridden for wxPrinterDC Impl
virtual int GetResolution() const;
virtual wxRect GetPaperRect() const;