summaryrefslogtreecommitdiff
path: root/html/en/drv/image.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/drv/image.html')
-rw-r--r--html/en/drv/image.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/html/en/drv/image.html b/html/en/drv/image.html
index 54718eb..572f6df 100644
--- a/html/en/drv/image.html
+++ b/html/en/drv/image.html
@@ -38,18 +38,19 @@
<p>For use with CDLUA, the Server Image passed as parameter must have been
created with function <strong><font face="Courier">cd.CreateImage</font></strong>
in Lua.</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="gdiplus.html">Windows Using GDI+</a>,
- <a href="xwin.html">X-Windows (XLIB)</a>, <a href="gdk.html">GDK</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>,&nbsp;<a href="../drv/cairo.html">Cairo</a>
+and <a href="../drv/xrender.html">XRender</a> base drivers.</p>
</body>