summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-03-30 12:09:09 +0000
committerManolo Gouy <Manolo>2010-03-30 12:09:09 +0000
commit065dfed2c3e6d8f6010cacf0366603ef82f665a6 (patch)
tree8eaaff4f0cd9a682a790ad8b782d82925094988f /src
parent0eae439b66976043ac511c00d94b990aef1e0982 (diff)
Added platform-specific information to Fl_Printer doc.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7364 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Abstract_Printer.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Fl_Abstract_Printer.cxx b/src/Fl_Abstract_Printer.cxx
index 404f52ae7..e36758d34 100644
--- a/src/Fl_Abstract_Printer.cxx
+++ b/src/Fl_Abstract_Printer.cxx
@@ -37,8 +37,6 @@
The widget's position on the printed page is determined by the last call to origin()
and by the optional delta_x and delta_y arguments.
Its dimensions are in points unless there was a previous call to scale().
- <br>Under MSWindows and X11, Fl_RGB_Image's are printed without transparency.
- A workaround is to use the print_window_part() call.
@param[in] widget Any FLTK widget (e.g., standard, custom, window).
@param[in] delta_x Optional horizontal offset for positioning the widget relatively
to the current origin of graphics functions.
@@ -259,8 +257,8 @@ void Fl_Abstract_Printer::scale (float scale_x, float scale_y) {}
/**
@brief Rotates the graphics operations relatively to paper.
*
- The rotation is centered on the current graphics origin. Successive rotate() calls don't combine their effects.
- On MSWindows, Fl_RGB_Image's don't rotate well; print_window_part() is an efficient workaround.
+ The rotation is centered on the current graphics origin.
+ Successive rotate() calls don't combine their effects.
@param angle Rotation angle in counterclockwise degrees.
*/
void Fl_Abstract_Printer::rotate(float angle) {}