diff options
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 4cf33cd92..714080ac0 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -210,7 +210,9 @@ class Clip { }; /** - \brief To send graphical output to a PostScript file. + To send graphical output to a PostScript file. + This class is used exactly as the Fl_Printer class except for the start_job() call, + two variants of which are usable and allow to specify what page format and layout are desired. */ class FL_EXPORT Fl_PostScript_File_Device : public Fl_Paged_Device { #ifdef __APPLE__ |
