demo/simple.cpp


Log

Author Commit Date CI Message
sammy a4096047 2008-05-21T11:39:14 * Temporarily disabled lighting in the simple demo to test FTBufferFont.
sammy 150528ab 2008-05-12T14:11:45 * The examples now use FONT_FILE if it was found by the configure step.
sammy e9260bbf 2008-05-08T22: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.
sammy 68419d9b 2008-05-07T07: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.
dtremenak 9fcf7fbd 2008-05-06T21:41:58 on recent MS compilers one must include stdlib.h before glut.h
sammy 21dbe9d7 2008-05-06T21:19:09 * Minor fixes to the simple demo.
sammy 500c67e7 2008-05-06T10:01:27 * Show how to subclass FTFont classes in the simple demo.
sammy 1c9e4908 2008-05-05T22:16:02 * The FTGL "simple demo" is no longer simple. Wrote a really simple one.