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

Branch :


Log

Author Commit Date CI Message
129a4733 2008-05-01 13:42:49 * Store FTPoints in the BBox object instead of floats. This was a todo from Henry.
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.
7f4fcafa 2008-04-29 21: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.
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.
d228d390 2008-04-13 21: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.
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.
524a533a 2004-04-09 04:08:59 Fixes for glyph to glyphSlot change
c335d430 2003-10-02 03:13:54 Test for bitmap bbox.
6796ecb9 2003-10-01 07:41:09 Tidy Up
cfe0dc8d 2003-10-01 06:46:18 Now uses FT_Outline_Get_CBox where possible
9c597bc1 2003-09-29 20:59:51 Added SetDepth function to FTBBox
609d33ed 2003-09-29 04:54:22 Added a test for broken glyph but freetype is broken so it doesn't work.
a5d380c3 2003-09-25 03:55:19 Changed to use FTGlyphSlot internally instead of FTGlyph
0badd843 2003-08-29 10:19:40 Fixed var name
61cc1fea 2003-08-29 10:17:30 Fixed tests
2105ac7a 2003-08-05 00:26:54 Refactored variable names
8cd0a364 2003-05-04 20:54:43 Changed unit tests for new hinter in Freetype 2.1.4
3c0fb00d 2003-01-30 12:24:08 updates for win32 build
886f06a5 2003-01-09 01:59:59 Formatting changes
7556ce86 2003-01-08 09:02:38 Added Type1 file attach test
99a49e86 2002-12-17 23:51:42 Fixed tests
becb282a 2002-12-17 23:28:16 Moved all the constants into a header
32c357cf 2002-12-17 08:21:01 Added unit tests