test/FTGlyphContainer-Test.cpp

Branch


Log

Author Commit Date CI Message
Richard Ulrich 31ee90b0 2012-08-24T00:00:52 got some tests to run and added a new one for triangle extraction. The one I couldnt get to run, I just commented out. I could not find the fonts that are required for some tests
sammy 6c2a187c 2008-06-08T15: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.
sammy 20ac99b1 2008-05-11T11:28:08 * FTFont::Advance(), FTFont::Render() and FTFont::BBox() are now far more powerful, allowing for substring display and extra spacing between characters.
sammy 20620dc7 2008-05-07T15:09:25 * Fixed and reactivated unit tests that were disabled during the pImpl refactoring.
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 ee107630 2008-03-03T16:41:35 * Remove svn:executable property from source files.
sammy f0f550ea 2008-03-03T16:36:07 * 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 4c6baa27 2004-10-10T22:50:01 Refactoring FTPoint
henry e04d1931 2004-09-29T03:13:47 Improved error values for tests
henry d5f912b3 2004-05-09T07:13:48 Updated for changes in FTCharmap
henry 56289ce6 2003-06-08T01:09:17 Refactored FTGlyphContainer & FTCharmap. They now store FTGlyphs sequentially rather than by glyph index.
henry 5504970b 2003-06-03T03:08:31 Moved FTCharmap into this class
henry 886f06a5 2003-01-09T01:59:59 Formatting changes
henry 99532b08 2002-12-20T22:20:01 Change for FTFace
henry becb282a 2002-12-17T23:28:16 Moved all the constants into a header
henry 32c357cf 2002-12-17T08:21:01 Added unit tests