test/FTBBox-Test.cpp


Log

Author Commit Date CI Message
sammy 48b68f55 2008-05-07T15:06:19 * Replace FTBBox::Move() with the += operator, to make it clearer that the object is modified in the process.
sammy 129a4733 2008-05-01T13:42:49 * Store FTPoints in the BBox object instead of floats. This was a todo from Henry.
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 7f4fcafa 2008-04-29T21:35:16 * End of the pImpl refactoring task started in [972]. FTGlyph was the last class needing the change. As a consequence, FTGlyph is now also exported in the library API, and so are FTBBox and FTPoint.
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 d228d390 2008-04-13T21:27:22 * Merged trunk commits [741], [742], [745], [747], [748] and [749], by henry: + Changed to use FTGlyphSlot internally instead of FTGlyph. + Added a test for broken glyph but freetype is broken so it doesn't work. + Added SetDepth function to FTBBox. + Tidy Up. + Test for bitmap bbox.
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 524a533a 2004-04-09T04:08:59 Fixes for glyph to glyphSlot change
henry c335d430 2003-10-02T03:13:54 Test for bitmap bbox.
henry 6796ecb9 2003-10-01T07:41:09 Tidy Up
henry cfe0dc8d 2003-10-01T06:46:18 Now uses FT_Outline_Get_CBox where possible
henry 9c597bc1 2003-09-29T20:59:51 Added SetDepth function to FTBBox
henry 609d33ed 2003-09-29T04:54:22 Added a test for broken glyph but freetype is broken so it doesn't work.
henry a5d380c3 2003-09-25T03:55:19 Changed to use FTGlyphSlot internally instead of FTGlyph
henry 0badd843 2003-08-29T10:19:40 Fixed var name
henry 61cc1fea 2003-08-29T10:17:30 Fixed tests
henry 2105ac7a 2003-08-05T00:26:54 Refactored variable names
henry 8cd0a364 2003-05-04T20:54:43 Changed unit tests for new hinter in Freetype 2.1.4
ellers 3c0fb00d 2003-01-30T12:24:08 updates for win32 build
henry 886f06a5 2003-01-09T01:59:59 Formatting changes
henry 7556ce86 2003-01-08T09:02:38 Added Type1 file attach test
henry 99a49e86 2002-12-17T23:51:42 Fixed tests
henry becb282a 2002-12-17T23:28:16 Moved all the constants into a header
henry 32c357cf 2002-12-17T08:21:01 Added unit tests