diff options
| -rw-r--r-- | FL/Fl_Printer.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H index ea67e4fc2..ac072c0bf 100644 --- a/FL/Fl_Printer.H +++ b/FL/Fl_Printer.H @@ -3,7 +3,7 @@ // // Printing support for the Fast Light Tool Kit (FLTK). // -// Copyright 2010 by Bill Spitzak and others. +// Copyright 2010-2011 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -125,8 +125,8 @@ public: Fl_Printer allows to use all FLTK drawing, color, text, and clip functions, and to have them operate on printed page(s). There are two main, non exclusive, ways to use it. <ul><li>Print any widget (standard, custom, Fl_Window, Fl_Gl_Window) as it appears - on screen, with optional translation, scaling and rotation. This is done by calling print_widget() - or print_window_part(). + on screen, with optional translation, scaling and rotation. This is done by calling print_widget(), + print_window() or print_window_part(). <li>Use a series of FLTK graphics commands (e.g., font, text, lines, colors, clip, image) to compose a page appropriately shaped for printing. </ul> |
