diff options
Diffstat (limited to 'src/Fl_PostScript.cxx')
| -rw-r--r-- | src/Fl_PostScript.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index 5cb5fc3bf..e763b187b 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -1038,9 +1038,6 @@ static void transformed_draw_extra(const char* str, int n, double x, double y, i #endif fl_font(fontnum, (Fl_Fontsize)(scale * old_size) ); fl_draw(str, n, 1, (int)(h * 0.8) ); // draw string in offscreen -#ifdef WIN32 - fl_font(0, FL_NORMAL_SIZE); // TODO: find something better -#endif // read (most of) the offscreen image uchar *img = fl_read_image(NULL, 1, 1, w, h, 0); fl_end_offscreen(); |
