ref: 82aca5c0ffbdd9041130121bc4b4bd4c4ad31bda
parent: f4f17d4f718d5259b15c4e9b0af2051e6b3040c1
author: Tom Kacvinsky <[email protected]>
date: Sat Mar 10 15:00:06 EST 2001
Initial revision of TODO list.
--- /dev/null
+++ b/TODO
@@ -1,0 +1,10 @@
+Here is a list of items that need to be addressed in FreeType 2:
+
+* Add synthesized Unicode charmap processing to the CFF driver.
+
+* Investigate usage of casts and bit width of integer types used. The idea is
+to typedef FT_Fixed, FT_Long, FT_Int, etc... to use the appropriate built in
+integer types. This is so that we may avoid unnecessary explict typecasts and
+side affects inherent in implict casts. This is mostly an issue on platforms
+where long integers are 64 bits wide (instead of 32 bits wide).
+