Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b066d782 | 2010-05-23 16:30:54 | Add query functions to request FTGL configuration information: - C version: ftglGetString(); - C++ version: FTGL::GetString(); Currently supported strings are: - FTGL_CONFIG_VERSION: FTGL version information | ||
| 5e98dee3 | 2010-05-23 14:33:48 | Activate blending and line smoothing in the mini demos. Texture fonts now work again, and polygon fonts look smoother. | ||
| cab1fafd | 2009-07-19 13:05:50 | Update my e-mail address everywhere. | ||
| 2ec899b0 | 2008-05-22 15:30:25 | * Print FPS information in the small demos. | ||
| a5fd3ea1 | 2008-05-21 16:38:25 | * Revert the simple C++ demo to its previous state, now that FTBufferFont starts to work. | ||
| a4096047 | 2008-05-21 11:39:14 | * Temporarily disabled lighting in the simple demo to test FTBufferFont. | ||
| 150528ab | 2008-05-12 14:11:45 | * The examples now use FONT_FILE if it was found by the configure step. | ||
| e9260bbf | 2008-05-08 22:35:57 | * Implement C bindings for FTGlyph and FTFont subclassing. * Add subclassing to the simple C demo to show how to do similar stuff as in the C++ demo. | ||
| 68419d9b | 2008-05-07 07:17:17 | * In the C++ demo, show that FTFont itself can be directly derived, not only its subclasses. * Minor changes to the C demo to reduce the differences with the C++ version. | ||
| 9fcf7fbd | 2008-05-06 21:41:58 | on recent MS compilers one must include stdlib.h before glut.h | ||
| 21dbe9d7 | 2008-05-06 21:19:09 | * Minor fixes to the simple demo. | ||
| 500c67e7 | 2008-05-06 10:01:27 | * Show how to subclass FTFont classes in the simple demo. | ||
| 1c9e4908 | 2008-05-05 22:16:02 | * The FTGL "simple demo" is no longer simple. Wrote a really simple one. |