summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 96bed86f..ccf4f828 100644
--- a/TODO
+++ b/TODO
@@ -126,7 +126,9 @@ General
* s/num_chars/n_chars/ etc. (Always use n_ as enumeration prefix)
-* Underline attribute should be an enumeration (none/single/double/squiggle/low,
- where low is below the ink rect - a style appropriate for underline
- accelerators.)
+* Fix handling of 'trailing' in x_to_index() to handle clusters
+ with more than one character where positioning is not allowed
+ inside the cluster. Uniscript sets trailing as 0 or number of j
+ characters in the glyph. (Trailing is currently a boolean
+ for us.)