test/FTGlyph-Test.cpp


Log

Author Commit Date CI Message
sammy 20620dc7 2008-05-07T15:09:25 * Fixed and reactivated unit tests that were disabled during the pImpl refactoring.
sammy 2aa2aeb5 2008-04-30T16:27:34 * Move include/* to src/FTGL/* so the files in there can directly be referred to as "FTGL/*.h". This is convenient because they will be installed in a similar location. * Put a warning in each legacy public header to advise users to only include the generic <FTGL/ftgl.h> header instead.
sammy 09fbf8ac 2008-04-28T11:17:05 * Cosmetic: remove trailing spaces, fix unbalanced parenthesis/space constructs, remove tab/space mixes, wrap a lot of long source lines.
sammy ef85a014 2008-04-22T16:21:04 * Allow to selectively display parts of the glyph/font/layout. This is currently only used in FTExtrdGlyph: it lets the user render the front surface in a different color than the extruded side surface. Code written by Eric Beets.
sammy 74b3ad8c 2008-04-13T14:04:54 * Changed some unit tests so that they're clearer about where the failures come from.
sammy aea26d36 2008-04-13T00:53:33 * Build cppunit tests using the autotools.
sammy ee107630 2008-03-03T16:41:35 * Remove svn:executable property from source files.
henry 55888982 2004-10-17T00:40:24 Changed advance to be an FTPoint rather than a float.
henry 92d69e80 2004-09-27T23:21:56 Less precision
henry 8534c48b 2004-09-27T05:59:47 Tests work and pass
henry 9eeec694 2004-09-27T05:34:47 Initial Add