From 22b3e42f503d0900f333c7813c1ced0c1b8a6ef1 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 25 Jun 2010 19:34:31 +0000 Subject: *** empty log message *** --- html/en/drv/gl.html | 7 +++++-- html/en/drv/irgb.html | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'html') 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.

To use this driver, the application must be linked with the "cdgl", the ftgl library and the OpenGL library. The FTGL library is dependent also on the GLU - library.

+ library. In UNIX cdgl is also dependent on iconv.

In Lua, it is necessary to call function cdluagl_open() after a call to function cdlua_open(), apart from linkediting with the "cdluagl" library. This is not necessary if you do require"cdluagl". 

@@ -111,7 +111,10 @@ must be set with the new size or cdCanvasGetSize will return an incorrect value. "Courier New", "Helvetica" is mapped to "Arial", and "Times" is mapped to "Times New Roman". In UNIX, "Courier" is mapped to "freemono", "Helvetica" is mapped to "freesans", and "Times" is mapped to - "freeserif". Underline and Strikeout are NOT supported. + "freeserif". Underline and Strikeout are NOT supported. If not + found then the font file is searched used the same logic of the Simulation + driver, but ADDFONTMAP is not supported. If still is not + found then the typeface is used as file name for the font.

Colors