freetype/TODO
Werner Lemberg ab6d10759a * CHANGES: Reformatted, minor fixes.
* TODO: Updated.
* include/freetype/freetype.h: Formatting.

* Jamrules, Jamfile, src/Jamfile, src/*/Jamfile: Adding jamfiles to
the source tree.  See www.freetype.org/jam/index.html for details.
2001-04-02 21:30:06 +00:00

15 lines
528 B
Plaintext

Here is a list of items that need to be addressed in FreeType 2:
* Add synthesized Unicode charmap processing to the CFF driver.
* Fix Visual C++ project file.
* Fix a bug in the TrueType driver: linear horizontal advances of composites
are not returned properly.
* Change the build system to work with the "Jam" tool instead of the
terribly complex and error-prone GNU Makefiles we are currently using.
* Fix exact bbox calculation for cubics. The current code uses an iterative
algorithm which can fail miserably.