summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-04-04 00:36:30 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-04-04 00:36:30 +0000
commit2149bad49c6b0603daa2ee90d66a9f37d75f1eb9 (patch)
tree8611273faef107a30a29da4fdec6daa76a4d65cf /TODO
parentf3542cd8e6a4f666b3c39cb8d562a88369d9e858 (diff)
downloadpango-2149bad49c6b0603daa2ee90d66a9f37d75f1eb9.tar.gz
Fix handling of positions at character limits.
Mon Apr 3 20:30:20 2000 Owen Taylor <otaylor@redhat.com> * pango/mapping.c (pango_glyph_string_x_to_index): Fix handling of positions at character limits. * modules/basic/basic.c (basic_engine_shape): Fix bug that was causing mirrored characters not to mirror.
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.)