From 22b3e42f503d0900f333c7813c1ced0c1b8a6ef1 Mon Sep 17 00:00:00 2001
From: scuri 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.
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.