From e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 11 May 2011 08:58:21 -0400 Subject: [PATCH] Minor --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 298730f5f..16a219970 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,9 @@ General fixes: - Instead of forming clusters immediately, only do it if we are reversing the text. We'd need a separate bit to indicate cluster start then. - Right now, BTW, for non-native direction runs, we get the cluster wrong... + +- Right now, BTW, for non-native direction runs, we get the cluster wrong... + Should do min(input-glyphs.cluster) - Fix tt kern on/off and GPOS interaction