kc3-lang/ftgl/TODO

Branch :


Log

Author Commit Date CI Message
30496e57 2008-06-19 13:10:40 * Mention fontconfig in the TODO list.
84869ec7 2008-05-23 00:46:08 * Provide a helper class for walking potentially-multibyte unicode strings. * Provide support for multibyte encodings (UTF-8, UTF-16) in FTFont and derived classes, and in FTSimpleLayout. * Put a few UTF-8 strings in non-latin codeplanes in FTGLDemo (toggle at compile-time) for testing. * FTSimpleLayout should be tested extensively before release. I would be surprised if I didn't break at least one unusual use case.
f7275289 2008-05-08 17:07:57 * Update BUGS and TODO now that we got rid of some bugs.
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.
199759f6 2008-04-17 16:07:02 * Re-added BUGS and TODO from the old trunk.