summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-05-23 22:00:25 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-05-23 22:02:17 -0400
commit3b9b7133bea787f787170beea073f185e36d2327 (patch)
tree6e0f6449bf403dd80a978a55347169fc0c7d347b /TODO
parentff3524c21aabf5d0d6014d1ce1b3e12ca5f0990f (diff)
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 16 insertions, 2 deletions
diff --git a/TODO b/TODO
index 18d730ca..168ff9ac 100644
--- 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