From 6d8b0624537669b61c856f3d2f4642c26a70e4e2 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 24 Apr 2016 16:22:38 +0000 Subject: Complete DOxygen documentation of the Fl_Graphics_Driver class. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11690 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_PostScript.H | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'FL/Fl_PostScript.H') diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 992a89df1..42c83d550 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -213,6 +213,12 @@ class Clip { void draw(Fl_Bitmap * bitmap,int XP, int YP, int WP, int HP, int cx, int cy); void draw(Fl_RGB_Image * rgb,int XP, int YP, int WP, int HP, int cx, int cy); int draw_scaled(Fl_Image *img, int XP, int YP, int WP, int HP); + /** Shields output PostScript data from modifications of the current locale. + It typically avoids PostScript errors caused if the current locale uses comma instead of dot + as "decimal point". + \param format directives controlling output PostScript data + \return value returned by vfprintf() call + */ int clocale_printf(const char *format, ...); ~Fl_PostScript_Graphics_Driver(); // --- -- cgit v1.2.3