kc3-lang/ftgl/test/FTGlyph-Test.cpp

Branch :


Log

Author Commit Date CI Message
6c2a187c 2008-06-08 15:56:35 * Revert the FTFont::Advance() and FTGlyph::Advance() improvements. After discussion, I was convinced they were not worth the backwards compatibility breakage. They now return float again, instead of FTPoint.
20620dc7 2008-05-07 15:09:25 * Fixed and reactivated unit tests that were disabled during the pImpl refactoring.
2aa2aeb5 2008-04-30 16: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.
09fbf8ac 2008-04-28 11:17:05 * Cosmetic: remove trailing spaces, fix unbalanced parenthesis/space constructs, remove tab/space mixes, wrap a lot of long source lines.
ef85a014 2008-04-22 16: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.
74b3ad8c 2008-04-13 14:04:54 * Changed some unit tests so that they're clearer about where the failures come from.
aea26d36 2008-04-13 00:53:33 * Build cppunit tests using the autotools.
ee107630 2008-03-03 16:41:35 * Remove svn:executable property from source files.
55888982 2004-10-17 00:40:24 Changed advance to be an FTPoint rather than a float.
92d69e80 2004-09-27 23:21:56 Less precision
8534c48b 2004-09-27 05:59:47 Tests work and pass
9eeec694 2004-09-27 05:34:47 Initial Add