From de0878395be5c72d7058faac8f64715bdd42eb3b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 17 May 2012 20:15:49 -0400 Subject: [PATCH] Update TODO --- TODO | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index b6b7c89..8918fd0 100644 --- a/TODO +++ b/TODO @@ -18,12 +18,14 @@ General fixes: layer, such that uniscribe and other backends can use. - Uniscribe backend needs to enforce one direction only, otherwise cluster - values can confused the user. + values can confuse the user. -- GSUB ligation should call merge_clusters(). +- GSUB ligation should call merge_clusters(). Also other places. - Convert NBSP into space glyph. +- Synthetic GDEF. + API issues to fix before 1.0: ============================ @@ -34,6 +36,8 @@ API issues to fix before 1.0: - 'const' for getter APIs? (use mutable internally) +- blob_from_file? + API additions ============= @@ -65,8 +69,6 @@ API additions - Add hb-fribidi glue? -- Add segmentation API - hb-view / hb-shape enhancements: =============================== @@ -96,3 +98,5 @@ Optimizations: - Avoid allocating blob objects internally for for_data() faces? - Add caching layer to hb-ft? + +- Cache feature-less shape plans internally on the face. -- 2.7.4