summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2001-04-21 08:10:12 +0000
committerDavid Turner <david@freetype.org>2001-04-21 08:10:12 +0000
commite9a6ea1a78b5b0814d1a0a3e0a4c9c23bd8b698d (patch)
tree0a0507940c3b92d9f2a5896d2c2100a5ed581f10
parenta997b43283d7c4a67b0370df55c0b2634c772e3c (diff)
downloadfreetype2-e9a6ea1a78b5b0814d1a0a3e0a4c9c23bd8b698d.tar.gz
added 64-bit check
removed Visual C++ project update removed Makefile -> Jam transition
-rw-r--r--TODO9
1 files changed, 4 insertions, 5 deletions
diff --git a/TODO b/TODO
index 5cf630fc3..d29c660e7 100644
--- a/TODO
+++ b/TODO
@@ -2,13 +2,12 @@ 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.
+
+* 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 !!)
+