Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| cab1fafd | 2009-07-19 13:05:50 | Update my e-mail address everywhere. | ||
| 55dc91e0 | 2008-05-11 21:43:10 | * Added optional position and string length to the Layout methods. | ||
| d39c7838 | 2008-05-11 11:26:12 | * Kill 180 lines of code by removing duplicate *::Render() functions and giving a default value to the renderMode parameter. | ||
| 92b95cde | 2008-05-08 17:01:45 | * Made most FTFont, FTGlyph and FTLayout function virtual. It's true that most of them use private members of the pImpl class and thus are not easily replaced, but intercepting the information may be useful in subclassing, too. | ||
| 4f44ec81 | 2008-05-07 15:01:47 | * Make all BBox functions return an FTBBox object instead of doing countless conversions to floats or arrays of floats. | ||
| f7b79437 | 2008-05-05 14:55:11 | * Refactor FTGlyph, FTFont and FTLayout so that client applications can hopefully subclass them. | ||
| 89585b8a | 2008-05-04 19:38:41 | * Put my name and Sean's in the public headers so that people know who to contact. | ||
| 9b3a3a8a | 2008-05-02 13:18:09 | * Started documenting the FTLayout C bindings. | ||
| 7f2bb3f1 | 2008-05-02 12:43:57 | * Document the C bindings for FTGlyph. | ||
| e8c876bc | 2008-05-01 19:31:06 | * Make our base classes' destructors public. We want to prevent accidental instantiation, but direct destruction is perfectly legal. | ||
| 9fa3bb52 | 2008-05-01 10:04:14 | * Moved C constructor bindings to FTFont.h and FTLayout.h so that they appear in the same file in the generated documentation. * Various minor documentation updates. | ||
| 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. |