From 5adda33f962a1c9798d6723aff80e94b4dee69f9 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 30 Mar 2016 17:09:15 +0000 Subject: Finish removing platform-dependent code from Fl_PostScript.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11477 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Graphics_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index b9afb2c22..2ee75796a 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -238,6 +238,8 @@ public: virtual void mask_bitmap(uchar **) {} // default implementation may be enough virtual float scale_font_for_PostScript(Fl_Font_Descriptor *desc, int s) { return float(s); } + // default implementation may be enough + virtual float scale_bitmap_for_PostScript() { return 2; } // each platform implements that its own way static void add_rectangle_to_region(Fl_Region r, int x, int y, int w, int h); protected: -- cgit v1.2.3