diff options
Diffstat (limited to 'html/en/func')
-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> |