diff options
author | scuri <scuri> | 2010-06-18 18:19:28 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-18 18:19:28 +0000 |
commit | 553cd80ed974c1dd151f902040bd942f043ac193 (patch) | |
tree | b38c404c0106e81e7498614afd73557675e8ec1c /html/en/func/init.html | |
parent | b6c28915b03725a831417cfe720a1405832102d8 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/func/init.html')
-rw-r--r-- | html/en/func/init.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/html/en/func/init.html b/html/en/func/init.html index 32a1ab6..17092c8 100644 --- a/html/en/func/init.html +++ b/html/en/func/init.html @@ -124,7 +124,9 @@ cd.InitContextPlus() [in Lua]</pre> <p>Initializes the context driver to use another context replacing the standard drivers. This functions is only available when a library containing a "ContextPlus" context driver is used. See the <a href="../drv/cairo.html">Cairo</a>, <a href="../drv/gdiplus.html">GDI+</a> -and <a href="../drv/xrender.html">XRender</a> base drivers.</p> +and <a href="../drv/xrender.html">XRender</a> base drivers. Those libraries does +not support XOR write mode, but has support for anti-aliasing and alpha for +transparency.</p> <p>In Lua, when using require"cdluacontextplus" this function will be automatically called.</p> |