From 69844e856c63581f510f8a988ba1b297c7fb7fe3 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Sat, 10 Mar 2001 20:00:06 +0000 Subject: [PATCH] Initial revision of TODO list. --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 000000000..cfb599d2b --- /dev/null +++ b/TODO @@ -0,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). +