summaryrefslogtreecommitdiff
path: root/html/en
diff options
context:
space:
mode:
authorscuri <scuri>2010-06-25 19:34:31 +0000
committerscuri <scuri>2010-06-25 19:34:31 +0000
commit22b3e42f503d0900f333c7813c1ced0c1b8a6ef1 (patch)
tree56032836240356e94880963fa6a2e03bb7434d67 /html/en
parentf99f986398081f3fb70477cade8f0ac2704d1b4e (diff)
*** empty log message ***
Diffstat (limited to 'html/en')
-rw-r--r--html/en/drv/gl.html7
-rw-r--r--html/en/drv/irgb.html2
2 files changed, 6 insertions, 3 deletions
diff --git a/html/en/drv/gl.html b/html/en/drv/gl.html
index e7c07d5..a7e9883 100644
--- a/html/en/drv/gl.html
+++ b/html/en/drv/gl.html
@@ -48,7 +48,7 @@ must be set with the new size or cdCanvasGetSize will return an incorrect value.
<p>To use this driver, the application must be linked with the &quot;<strong>cdgl</strong>&quot;,
the ftgl library
and the OpenGL library. The FTGL library is dependent also on the GLU
- library.</p>
+ library. In UNIX <strong>cdgl</strong> is also dependent on <strong>iconv</strong>.</p>
<p>In Lua, it is necessary to call function <font face="Courier"> <strong>cdluagl_open() </strong> </font>after a call
to function <strong><font face="Courier">cdlua_open()</font></strong>, apart from linkediting with the &quot;<strong><font face="Courier">cdluagl</font></strong>&quot;
library. This is not necessary if you do require&quot;cdluagl&quot;.&nbsp;</p>
@@ -111,7 +111,10 @@ must be set with the new size or cdCanvasGetSize will return an incorrect value.
&quot;Courier New&quot;, &quot;Helvetica&quot; is mapped to &quot;Arial&quot;, and &quot;Times&quot; is mapped to
&quot;Times New Roman&quot;. In UNIX, &quot;Courier&quot; is mapped to
&quot;freemono&quot;, &quot;Helvetica&quot; is mapped to &quot;freesans&quot;, and &quot;Times&quot; is mapped to
- &quot;freeserif&quot;. Underline and Strikeout are NOT supported.</li>
+ &quot;freeserif&quot;. Underline and Strikeout are NOT supported. If not
+ found then the font file is searched used the same logic of the <a href="sim.html">Simulation</a>
+ driver, but <strong>ADDFONTMAP</strong> is not supported. If still is not
+ found then the typeface is used as file name for the font. </li>
</ul>
<h4>Colors </h4>
<ul>
diff --git a/html/en/drv/irgb.html b/html/en/drv/irgb.html
index 5f6718e..f44a9d4 100644
--- a/html/en/drv/irgb.html
+++ b/html/en/drv/irgb.html
@@ -62,7 +62,7 @@ cd.ImageRGBBitmap(canvas: cdCanvas) -&gt; (bitmap: cdBitmap) [in Lua]</font></h4
<h3>Behavior of Functions</h3>
- <p>All primitives are from the Simulation driver, see the <a href="sim.html">Simulation</a> driver's documentation for
+ <p>All primitives are from the Simulation driver, see the <a href="sim.html">Simulation</a> driver documentation for
further information.</p>
<h4>Control</h4>