* TODO: removed the cubic arc bbox computation note, since it has been

fixed recently..
This commit is contained in:
David Turner 2001-05-11 14:24:35 +00:00
parent e2fb148d7f
commit 4067530a53
1 changed files with 0 additions and 3 deletions

3
TODO
View File

@ -5,9 +5,6 @@ Here is a list of items that need to be addressed in FreeType 2:
* Fix a bug in the TrueType driver: linear horizontal advances of composites
are not returned properly.
* Fix exact bbox calculation for cubics. The current code uses an iterative
algorithm which can fail miserably.
* Fix 64-bit issues (the code compiles and seems to work, but we've not
make a thorough check so some fonts could still core dump the library !!)