DEMO version ! After registering you will receive a complete version.

Different modes


With Ferns' Graphics Library it is possible for you to use a lot of different
graphic modes.
The following modes are supported :

[ Alphanumeric modes : ]

- FGL_TEXT_NORMAL
- FGL_TEXT_43_80
- FGL_TEXT_50_80
- FGL_TEXT_60_80
- FGL_TEXT_43_132
- FGL_TEXT_50_132
- FGL_TEXT_60_132

[ Graphical modes : ]

- FGL_GRAPHICS_640_480_16
- FGL_GRAPHICS_800_600_16
- FGL_GRAPHICS_1024_768_16
- FGL_GRAPHICS_1280_1024_16
- FGL_GRAPHICS_640_400_256
- FGL_GRAPHICS_640_480_256
- FGL_GRAPHICS_800_600_256
- FGL_GRAPHICS_1024_768_256
- FGL_GRAPHICS_1280_1024_256
- FGL_GRAPHICS_640_480_32k
- FGL_GRAPHICS_800_600_32k
- FGL_GRAPHICS_1024_768_32k
- FGL_GRAPHICS_1280_1024_32k
- FGL_GRAPHICS_640_480_64k
- FGL_GRAPHICS_800_600_64k
- FGL_GRAPHICS_1024_768_64k
- FGL_GRAPHICS_1280_1024_64k

(24 different modes !!!)

The SetMode() function only works after you have set mode FGL_TEXT_NORMAL,
FGL_TEXT_43_80 or FGL_TEXT_50_80 with the FGLSetMode() function. The
SetMode() support is only done for compatibility issues...it directly
calls FGLSetMode() with the right parameter. I advice you to use FGLSetMode()
directly instead.