Browse Source

Fl_Copy_Surface: more detailed Doxygen description.

pull/34/head
ManoloFLTK 6 years ago
parent
commit
8c7b7eea4b
  1. 4
      FL/Fl_Copy_Surface.H

4
FL/Fl_Copy_Surface.H

@ -40,7 +40,9 @@ @@ -40,7 +40,9 @@
\endcode
Platform details:
\li Windows: Transparent RGB images copy without transparency.
The graphical data are copied to the clipboard as an 'enhanced metafile'.
The graphical data are copied to the clipboard in two formats: 1) as an 'enhanced metafile';
2) as a color bitmap. Applications to which the clipboard content is pasted can use the format
that suits them best.
\li Mac OS: The graphical data are copied to the clipboard (a.k.a. pasteboard) in two 'flavors':
1) in vectorial form as PDF data; 2) in bitmap form as a TIFF image.
Applications to which the clipboard content is pasted can use the flavor that suits them best.

Loading…
Cancel
Save