summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-03-22 22:35:16 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-03-22 22:35:16 +0000
commit6f9c9b934021288f9b34430344790a2722dc614e (patch)
treeecceca157626570e74a0a123a800837ada66ba89 /TODO
parenta6128c9efba496a2193894ec9ebe7a14404df72e (diff)
downloadpango-6f9c9b934021288f9b34430344790a2722dc614e.tar.gz
Handle right alignment for width == -1, align within total width of
Mon Mar 13 11:47:53 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c pango/pangox.c (pango_x_render_layout): Handle right alignment for width == -1, align within total width of layout.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 415a04b1..8a001cc2 100644
--- a/TODO
+++ b/TODO
@@ -22,6 +22,9 @@ string and produces lines of glyphs.
should have change-notification, or else the layout should
make a copy of the context when the context is set.
+* optimize right alignment for width == -1 and only a single
+ line. (Currently this causes a useless call to gtk_layout_get_extents.)
+
X rendering
===========