diff options
author | scuri <scuri> | 2010-10-13 19:19:03 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-10-13 19:19:03 +0000 |
commit | eef7ae01a9757f5e4a0693d539ee1fac5b09e756 (patch) | |
tree | 115563a582bdfc2df884eed611eec530db246142 /html/en/drv/image.html | |
parent | ccb038c14044d74e1a56f8fa20a9b3d958888735 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/drv/image.html')
-rw-r--r-- | html/en/drv/image.html | 19 |
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>, <a href="../drv/cairo.html">Cairo</a> +and <a href="../drv/xrender.html">XRender</a> base drivers.</p> </body> |