Font
From ClanLib Game SDK
This program draws fonts.
You can choose the target renderer by enabling the #define in program.cpp.
For OpenGL 2 and above:
- define USE_OPENGL_2 (default)
For OpenGL 1.3 and above:
- define USE_OPENGL_1
For Software renderer
- define USE_SOFTWARE_RENDERER
.