You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
528 B

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.
24 years ago
* 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.
24 years ago
* Fix exact bbox calculation for cubics. The current code uses an iterative
algorithm which can fail miserably.