kc3-lang/ftgl/include/FTBBox.h

Branch :


Log

Author Commit Date CI Message
a6f07b94 2008-04-13 19:37:25 * Merged trunk commits [662] and [663], by patrick: + Added the FTBBox::Invalidate and FTBBox::IsValid methods. + Changed the FTFont::BBox to accept a range of indicies. Only characters with the range are checked. The previous funcitonality is preserved via inline methods that call the new implementation. + Kluged a fix for a bug where FTFont::BBox was returning bounding volumes where min > max. I don't know where the problem is originating, I just force the bounds to be correct. + Changed the FTFont::DoRender methods to accept an external FTPoint for the pen position. This enables FTLayout classes to use their own pen for rendering. + Added the FTLayout class as a friend of FTFont to allow layout managers to call private rendering functions and access private font information.
141112c4 2008-04-12 22:44:48 * Add licensing information to all files in the library.
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.
4c6baa27 2004-10-10 22:50:01 Refactoring FTPoint
152f03ff 2003-10-02 04:07:34 Test for outline or bitmap doesn't seem to matter.
2b8fc1b1 2003-10-01 06:46:18 Now uses FT_Outline_Get_CBox where possible
ab105e73 2003-10-01 00:25:15 Minor change
cca1059d 2003-09-29 20:59:51 Added SetDepth function to FTBBox
46161923 2003-09-29 04:56:10 Changed from FT_Glyph to FT_GlyphSlot
59a0780e 2003-09-25 03:55:19 Changed to use FTGlyphSlot internally instead of FTGlyph
48995ae5 2003-04-06 18:56:01 Added the FTBBox::Invalidate and FTBBox::IsValid methods.
939e0c75 2002-12-17 01:44:13 Removed operator +
01797825 2002-12-11 09:29:31 Added another c_stor and operator += Fixed 'add' functions
17718970 2002-12-10 08:48:29 Changed size calculations to use floats
8f7ed195 2002-11-29 08:18:41 Added Move and operator +
c941c73b 2002-11-28 08:21:43 Documentation Changes
83da3d1a 2002-11-27 06:35:56 Moved these classes to there own files