diff options
Diffstat (limited to 'html/en/drv/clipbd.html')
-rw-r--r-- | html/en/drv/clipbd.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/html/en/drv/clipbd.html b/html/en/drv/clipbd.html index 888198c..a5f068e 100644 --- a/html/en/drv/clipbd.html +++ b/html/en/drv/clipbd.html @@ -51,18 +51,19 @@ Display where the metafile will be obtained. The <strong>cdRegisterCallback</strong> must be called for the driver that will interpret the file, except for bitmaps that the <strong>CD_CLIPBOARD</strong> driver must be used.</p> -<p>To use this driver in Windows using GDI+ is necessary to call -<font face="Courier"><strong> - cdUseContextPlus</strong></font><strong><font face="Courier">(1)</font></strong> -before creating the canvas.</p> <h3>Behavior of Functions</h3> - <p>This driver is greatly platform-dependent. For further detail, see the <b> - Behavior of Functions</b> in each platform: <a href="win32.html">Microsoft - Windows (GDI)</a>, <a href="xwin.html">X-Windows (XLIB)</a>. However, it - should be noted that some functions behave differently from the basic - functions of each platform.</p> + <p>This driver is very platform-dependent. </p> + + <p>For further detail, see the <b> + Behavior of Functions</b> in each base driver: <a href="win32.html">GDI</a>, + <a href="gdk.html">GDK</a> and <a href="xwin.html">X-Win</a>. To use this driver + with a context plus base driver is necessary to call + <font face="Courier"><strong> + cdUseContextPlus</strong></font><strong><font face="Courier">(1)</font></strong> + before creating the canvas, see the <a href="../drv/gdiplus.html">GDI+</a>, <a href="../drv/cairo.html">Cairo</a> +and <a href="../drv/xrender.html">XRender</a> base drivers.</p> </body> |