Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 0e7b8c55 | 2010-05-22 22:28:55 | Fix ftglGetLayoutAlignment spelling. Addresses SF bug #2120985. | ||
| cab1fafd | 2009-07-19 13:05:50 | Update my e-mail address everywhere. | ||
| b70df3d7 | 2008-05-11 21:43:35 | * Get rid of FTSimpleLayout::RenderSpace(). It's still useful in FTSimpleLayoutImpl, but as a public method FTFont::Render() is just as powerful. | ||
| 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. | ||
| 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. | ||
| 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. |