Update TODO
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 24 May 2012 02:00:25 +0000 (22:00 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 24 May 2012 02:02:17 +0000 (22:02 -0400)
TODO

diff --git a/TODO b/TODO
index 18d730c..168ff9a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
 General fixes:
 =============
 
-- Warn at compile time (and runtime with HB_DEBUG?) if no Unicode funcs
-  found / set.
+- Warn at compile time (and runtime with HB_DEBUG?) if no Unicode / font
+  funcs found / set.
 
 - In hb_shape(), assert if direction is INVALID.
 
@@ -26,10 +26,24 @@ General fixes:
 
 - Synthetic GDEF.
 
+- Add Pango backend?
+
+- Add ICUlayout backend?
+
+- Add ICUlayout API?
+
+- Add Old HarfBuzz backend?
+
+- Add Old HarfBuzz API?
+
 
 API issues to fix before 1.0:
 ============================
 
+- Add default font_funcs / Unicode funcs API and to utils.
+
+- Add init_func to font_funcs.  Adjust ft.
+
 - Add pkg-config files for glue codes (harfbuzz-glib, etc)
 
 - Figure out how many .so objects, how to link, etc