diff options
| author | Manolo Gouy <Manolo> | 2016-03-30 17:09:15 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-30 17:09:15 +0000 |
| commit | 5adda33f962a1c9798d6723aff80e94b4dee69f9 (patch) | |
| tree | a437a9a05bff2199e39b2809777a1f4e3941b61a /FL | |
| parent | 730f2d12b275552cc142970f4f8a6a21e1beb5f0 (diff) | |
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
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
