Fl_Printer.H: clarify transparency issues in doc.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7379 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2010-03-31 11:02:58 +00:00
parent fc95afb7f4
commit 62bf6910ac

View File

@ -66,7 +66,8 @@
Use Fl_PSfile_Device::file_chooser_title to customize the title of the file chooser dialog that opens Use Fl_PSfile_Device::file_chooser_title to customize the title of the file chooser dialog that opens
when using the "Print To File" option of the print dialog. when using the "Print To File" option of the print dialog.
Class Fl_RGB_Image prints but looses its transparency if it has one. Class Fl_RGB_Image prints but looses its transparency if it has one.
<li>MSWindows platform: class Fl_RGB_Image looses its transparency if it has one, and doesn't rotate() well. <li>MSWindows platform: Transparent Fl_RGB_Image 's don't print with exact transparency on most printers.
Fl_RGB_Image 's don't rotate() well.
A workaround is to use the print_window_part() call. A workaround is to use the print_window_part() call.
<li>Mac OS X platform: all graphics requests print as on display. <li>Mac OS X platform: all graphics requests print as on display.
</ul> </ul>