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

Branch :


Log

Author Commit Date CI Message
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.
ee107630 2008-03-03 16:41:35 * Remove svn:executable property from source files.
f0f550ea 2008-03-03 16:36:07 * Remove svn:executable property from source files.
55888982 2004-10-17 00:40:24 Changed advance to be an FTPoint rather than a float.
4c6baa27 2004-10-10 22:50:01 Refactoring FTPoint
e04d1931 2004-09-29 03:13:47 Improved error values for tests
d5f912b3 2004-05-09 07:13:48 Updated for changes in FTCharmap
56289ce6 2003-06-08 01:09:17 Refactored FTGlyphContainer & FTCharmap. They now store FTGlyphs sequentially rather than by glyph index.
5504970b 2003-06-03 03:08:31 Moved FTCharmap into this class
886f06a5 2003-01-09 01:59:59 Formatting changes
99532b08 2002-12-20 22:20:01 Change for FTFace
becb282a 2002-12-17 23:28:16 Moved all the constants into a header
32c357cf 2002-12-17 08:21:01 Added unit tests